Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Data.Common.DbDataReaderExtensions.DataRowDbColumn Class Referencesealed

Public Member Functions

 DataRowDbColumn (DataRow readerSchemaRow, DataColumnCollection readerSchemaColumns)
 

Properties

boolAllowDBNull [get, protected set]
 
stringBaseCatalogName [get, protected set]
 
stringBaseColumnName [get, protected set]
 
stringBaseSchemaName [get, protected set]
 
stringBaseServerName [get, protected set]
 
stringBaseTableName [get, protected set]
 
string ColumnName = "" [get, protected set]
 
int? ColumnOrdinal [get, protected set]
 
int? ColumnSize [get, protected set]
 
boolIsAliased [get, protected set]
 
boolIsAutoIncrement [get, protected set]
 
boolIsExpression [get, protected set]
 
boolIsHidden [get, protected set]
 
boolIsIdentity [get, protected set]
 
boolIsKey [get, protected set]
 
boolIsLong [get, protected set]
 
boolIsReadOnly [get, protected set]
 
boolIsUnique [get, protected set]
 
int? NumericPrecision [get, protected set]
 
int? NumericScale [get, protected set]
 
stringUdtAssemblyQualifiedName [get, protected set]
 
TypeDataType [get, protected set]
 
stringDataTypeName [get, protected set]
 
virtual ? object this[string property] [get]
 

Private Member Functions

void PopulateFields ()
 
T GetDbColumnValue< T > (string columnName)
 

Private Attributes

readonly DataColumnCollection _schemaColumns
 
readonly DataRow _schemaRow
 

Detailed Description

Definition at line 8 of file DbDataReaderExtensions.cs.


The documentation for this class was generated from the following file: