DbColumnInfo Fields

System.Data.Generic

DbColumnInfo Fields

The DbColumnInfo type exposes the following members.

Fields
  Name Description
Public field DataTypeName
Name of the data source field type.
Public field FieldIndex
Gets or sets the column index.
Public field FieldName
Name of the datasource field.
Public field FieldValue
Value of the datasource field.
Public field RuntimeType
System.Type of the field, reflected by CLR.
Public field TableName
Gets or sets the table name of the column.
Top
See Also