Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ this[string property]

virtual ? object System.Data.Common.DbColumn.this[string property]
getinherited

Definition at line 52 of file DbColumn.cs.

53 {
54 "AllowDBNull" => AllowDBNull,
55 "BaseCatalogName" => BaseCatalogName,
56 "BaseColumnName" => BaseColumnName,
57 "BaseSchemaName" => BaseSchemaName,
58 "BaseServerName" => BaseServerName,
59 "BaseTableName" => BaseTableName,
60 "ColumnName" => ColumnName,
61 "ColumnOrdinal" => ColumnOrdinal,
62 "ColumnSize" => ColumnSize,
63 "IsAliased" => IsAliased,
64 "IsAutoIncrement" => IsAutoIncrement,
65 "IsExpression" => IsExpression,
66 "IsHidden" => IsHidden,
67 "IsIdentity" => IsIdentity,
68 "IsKey" => IsKey,
69 "IsLong" => IsLong,
70 "IsReadOnly" => IsReadOnly,
71 "IsUnique" => IsUnique,
72 "NumericPrecision" => NumericPrecision,
73 "NumericScale" => NumericScale,
74 "UdtAssemblyQualifiedName" => UdtAssemblyQualifiedName,
75 "DataType" => DataType,
76 "DataTypeName" => DataTypeName,
77 _ => null,
78 };