Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
SchemaTableColumn.cs
Go to the documentation of this file.
1namespace System.Data.Common;
2
3public static class SchemaTableColumn
4{
5 public static readonly string ColumnName = "ColumnName";
6
7 public static readonly string ColumnOrdinal = "ColumnOrdinal";
8
9 public static readonly string ColumnSize = "ColumnSize";
10
11 public static readonly string NumericPrecision = "NumericPrecision";
12
13 public static readonly string NumericScale = "NumericScale";
14
15 public static readonly string DataType = "DataType";
16
17 public static readonly string ProviderType = "ProviderType";
18
19 public static readonly string NonVersionedProviderType = "NonVersionedProviderType";
20
21 public static readonly string IsLong = "IsLong";
22
23 public static readonly string AllowDBNull = "AllowDBNull";
24
25 public static readonly string IsAliased = "IsAliased";
26
27 public static readonly string IsExpression = "IsExpression";
28
29 public static readonly string IsKey = "IsKey";
30
31 public static readonly string IsUnique = "IsUnique";
32
33 public static readonly string BaseSchemaName = "BaseSchemaName";
34
35 public static readonly string BaseTableName = "BaseTableName";
36
37 public static readonly string BaseColumnName = "BaseColumnName";
38}
static readonly string NonVersionedProviderType