C# 클래스 WebApplications.Utilities.Database.Schema.DatabaseSchema.TableDefinitionData

Holds data for a table definition as it's read.
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 프로퍼티들

프로퍼티 타입 설명
SchemaID int
Type SqlObjectType

공개 메소드들

메소드 설명
TableDefinitionData ( SqlObjectType type, int schemaID, [ name, int ordinal, [ columnName, [ columnType, SqlTypeSize columnSize, bool isNullable, int tableTypeID ) : System

Initializes a new instance of the TableDefinitionData class.

ToString ( ) : string

Returns a System.String that represents this instance.

메소드 상세

TableDefinitionData() 공개 메소드

Initializes a new instance of the TableDefinitionData class.
public TableDefinitionData ( SqlObjectType type, int schemaID, [ name, int ordinal, [ columnName, [ columnType, SqlTypeSize columnSize, bool isNullable, int tableTypeID ) : System
type SqlObjectType The type.
schemaID int The schema identifier.
name [ The name.
ordinal int The ordinal.
columnName [ Name of the column.
columnType [ Type of the column.
columnSize SqlTypeSize Size of the column.
isNullable bool if set to [is nullable].
tableTypeID int The ID of the associated if this table defines a .
리턴 System

ToString() 공개 메소드

Returns a System.String that represents this instance.
public ToString ( ) : string
리턴 string

프로퍼티 상세

SchemaID 공개적으로 프로퍼티

public int SchemaID
리턴 int

Type 공개적으로 프로퍼티

public SqlObjectType Type
리턴 SqlObjectType