Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
ColumnEnum
enum
System.Data.Common.DbSchemaTable.ColumnEnum
private
Enumerator
ColumnName
ColumnOrdinal
ColumnSize
BaseServerName
BaseCatalogName
BaseColumnName
BaseSchemaName
BaseTableName
IsAutoIncrement
IsUnique
IsKey
IsRowVersion
DataType
ProviderSpecificDataType
AllowDBNull
ProviderType
IsExpression
IsHidden
IsLong
IsReadOnly
SchemaMappingUnsortedIndex
Definition at line
5
of file
DbSchemaTable.cs
.
6
{
7
ColumnName
,
8
ColumnOrdinal
,
9
ColumnSize
,
10
BaseServerName
,
11
BaseCatalogName
,
12
BaseColumnName
,
13
BaseSchemaName
,
14
BaseTableName
,
15
IsAutoIncrement
,
16
IsUnique
,
17
IsKey
,
18
IsRowVersion
,
19
DataType
,
20
ProviderSpecificDataType
,
21
AllowDBNull
,
22
ProviderType
,
23
IsExpression
,
24
IsHidden
,
25
IsLong
,
26
IsReadOnly
,
27
SchemaMappingUnsortedIndex
28
}
System.Data.Common.DbSchemaTable.IsUnique
DataColumn IsUnique
Definition
DbSchemaTable.cs:79
System.Data.Common.DbSchemaTable.BaseSchemaName
DataColumn BaseSchemaName
Definition
DbSchemaTable.cs:75
System.Data.Common.DbSchemaTable.BaseColumnName
DataColumn BaseColumnName
Definition
DbSchemaTable.cs:69
System.Data.Common.DbSchemaTable.BaseTableName
DataColumn BaseTableName
Definition
DbSchemaTable.cs:71
System.Data.Common.DbSchemaTable.AllowDBNull
DataColumn AllowDBNull
Definition
DbSchemaTable.cs:85
System.Data.Common.DbSchemaTable.IsRowVersion
DataColumn IsRowVersion
Definition
DbSchemaTable.cs:83
System.Data.Common.DbSchemaTable.IsReadOnly
DataColumn IsReadOnly
Definition
DbSchemaTable.cs:93
System.Data.Common.DbSchemaTable.IsLong
DataColumn IsLong
Definition
DbSchemaTable.cs:91
System.Data.Common.DbSchemaTable.IsAutoIncrement
DataColumn IsAutoIncrement
Definition
DbSchemaTable.cs:77
System.Data.Common.DbSchemaTable.BaseServerName
DataColumn BaseServerName
Definition
DbSchemaTable.cs:67
System.Data.Common.DbSchemaTable.IsKey
DataColumn IsKey
Definition
DbSchemaTable.cs:81
System.Data.Common.DbSchemaTable.ColumnName
DataColumn ColumnName
Definition
DbSchemaTable.cs:63
System.Data.Common.DbSchemaTable.IsExpression
DataColumn IsExpression
Definition
DbSchemaTable.cs:87
System.Data.Common.DbSchemaTable.BaseCatalogName
DataColumn BaseCatalogName
Definition
DbSchemaTable.cs:73
System.Data.Common.DbSchemaTable.IsHidden
DataColumn IsHidden
Definition
DbSchemaTable.cs:89
System.Data.Common.DbSchemaTable.ColumnEnum.SchemaMappingUnsortedIndex
@ SchemaMappingUnsortedIndex
System.Data.Common.DbSchemaTable.ColumnEnum.ProviderSpecificDataType
@ ProviderSpecificDataType
System.Data.Common.DbSchemaTable.ColumnEnum.ColumnSize
@ ColumnSize
System.Data.Common.DbSchemaTable.ColumnEnum.ProviderType
@ ProviderType
System.Data.Common.DbSchemaTable.ColumnEnum.ColumnOrdinal
@ ColumnOrdinal
System.Data.Common.DbSchemaTable.DataType
DataColumn DataType
Definition
DbSchemaTable.cs:98
System
Data
Common
DbSchemaTable
Generated by
1.10.0