|
Terraria v1.4.4.9
Terraria source code documentation
|
Package Functions | |
| DbSchemaRow (DbSchemaTable schemaTable, DataRow dataRow) | |
Static Package Functions | |
| static DbSchemaRow[] | GetSortedSchemaRows (DataTable dataTable, bool returnProviderSpecificTypes) |
Properties | |
| DataRow | DataRow [get] |
| string | ColumnName [get] |
| int | Size [get] |
| string | BaseColumnName [get] |
| string | BaseServerName [get] |
| string | BaseCatalogName [get] |
| string | BaseSchemaName [get] |
| string | BaseTableName [get] |
| bool | IsAutoIncrement [get] |
| bool | IsUnique [get] |
| bool | IsRowVersion [get] |
| bool | IsKey [get] |
| bool | IsExpression [get] |
| bool | IsHidden [get] |
| bool | IsLong [get] |
| bool | IsReadOnly [get] |
| Type | DataType [get] |
| bool | AllowDBNull [get] |
| int | UnsortedIndex [get] |
Static Private Member Functions | |
| static DataRow[] | SelectRows (DataTable dataTable, bool returnProviderSpecificTypes) |
Private Attributes | |
| readonly DbSchemaTable | _schemaTable |
| readonly DataRow | _dataRow |
Definition at line 6 of file DbSchemaRow.cs.