Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
DbColumn.cs
Go to the documentation of this file.
1
namespace
System.Data.Common
;
2
3
public
abstract
class
DbColumn
4
{
5
public
bool
?
AllowDBNull
{
get
;
protected
set
; }
6
7
public
string
?
BaseCatalogName
{
get
;
protected
set
; }
8
9
public
string
?
BaseColumnName
{
get
;
protected
set
; }
10
11
public
string
?
BaseSchemaName
{
get
;
protected
set
; }
12
13
public
string
?
BaseServerName
{
get
;
protected
set
; }
14
15
public
string
?
BaseTableName
{
get
;
protected
set
; }
16
17
public
string
ColumnName
{
get
;
protected
set
; } =
""
;
18
19
20
public
int
?
ColumnOrdinal
{
get
;
protected
set
; }
21
22
public
int
?
ColumnSize
{
get
;
protected
set
; }
23
24
public
bool
?
IsAliased
{
get
;
protected
set
; }
25
26
public
bool
?
IsAutoIncrement
{
get
;
protected
set
; }
27
28
public
bool
?
IsExpression
{
get
;
protected
set
; }
29
30
public
bool
?
IsHidden
{
get
;
protected
set
; }
31
32
public
bool
?
IsIdentity
{
get
;
protected
set
; }
33
34
public
bool
?
IsKey
{
get
;
protected
set
; }
35
36
public
bool
?
IsLong
{
get
;
protected
set
; }
37
38
public
bool
?
IsReadOnly
{
get
;
protected
set
; }
39
40
public
bool
?
IsUnique
{
get
;
protected
set
; }
41
42
public
int
?
NumericPrecision
{
get
;
protected
set
; }
43
44
public
int
?
NumericScale
{
get
;
protected
set
; }
45
46
public
string
?
UdtAssemblyQualifiedName
{
get
;
protected
set
; }
47
48
public
Type
?
DataType
{
get
;
protected
set
; }
49
50
public
string
?
DataTypeName
{
get
;
protected
set
; }
51
52
public
virtual
object
?
this
[
string
property] =>
property
switch
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
};
79
}
System.Data.Common.DbColumn.IsHidden
bool? IsHidden
Definition
DbColumn.cs:30
System.Data.Common.DbColumn.IsLong
bool? IsLong
Definition
DbColumn.cs:36
System.Data.Common.DbColumn.DataTypeName
string? DataTypeName
Definition
DbColumn.cs:50
System.Data.Common.DbColumn.BaseColumnName
string? BaseColumnName
Definition
DbColumn.cs:9
System.Data.Common.DbColumn.BaseTableName
string? BaseTableName
Definition
DbColumn.cs:15
System.Data.Common.DbColumn.IsExpression
bool? IsExpression
Definition
DbColumn.cs:28
System.Data.Common.DbColumn.IsAutoIncrement
bool? IsAutoIncrement
Definition
DbColumn.cs:26
System.Data.Common.DbColumn.IsUnique
bool? IsUnique
Definition
DbColumn.cs:40
System.Data.Common.DbColumn.ColumnSize
int? ColumnSize
Definition
DbColumn.cs:22
System.Data.Common.DbColumn.IsIdentity
bool? IsIdentity
Definition
DbColumn.cs:32
System.Data.Common.DbColumn.IsAliased
bool? IsAliased
Definition
DbColumn.cs:24
System.Data.Common.DbColumn.BaseCatalogName
string? BaseCatalogName
Definition
DbColumn.cs:7
System.Data.Common.DbColumn.BaseServerName
string? BaseServerName
Definition
DbColumn.cs:13
System.Data.Common.DbColumn.UdtAssemblyQualifiedName
string? UdtAssemblyQualifiedName
Definition
DbColumn.cs:46
System.Data.Common.DbColumn.AllowDBNull
bool? AllowDBNull
Definition
DbColumn.cs:5
System.Data.Common.DbColumn.IsReadOnly
bool? IsReadOnly
Definition
DbColumn.cs:38
System.Data.Common.DbColumn.BaseSchemaName
string? BaseSchemaName
Definition
DbColumn.cs:11
System.Data.Common.DbColumn.NumericPrecision
int? NumericPrecision
Definition
DbColumn.cs:42
System.Data.Common.DbColumn.ColumnOrdinal
int? ColumnOrdinal
Definition
DbColumn.cs:20
System.Data.Common.DbColumn.IsKey
bool? IsKey
Definition
DbColumn.cs:34
System.Data.Common.DbColumn.NumericScale
int? NumericScale
Definition
DbColumn.cs:44
System.Data.Common.DbColumn.ColumnName
string ColumnName
Definition
DbColumn.cs:17
System.Data.Common.DbColumn.DataType
Type? DataType
Definition
DbColumn.cs:48
System.Data.Common.DbColumn
Definition
DbColumn.cs:4
System.Type
Definition
Type.cs:14
System.Data.Common
Definition
ADP.cs:12
source
System.Data.Common
System.Data.Common
DbColumn.cs
Generated by
1.10.0