C# Класс WebApplications.Utilities.Database.Schema.DatabaseSchema.TableDefinitionData

Holds data for a table definition as it's read.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
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