System.Data.Generic
DbColumnInfo Class |
Obtains information about the values of a data column from the database.

Namespace: System.Data.Generic.Schema
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)

The DbColumnInfo type exposes the following members.

Name | Description | |
---|---|---|
![]() | DbColumnInfo | Initializes a new instance of the DbColumnInfo class |

Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString |
Returns a string representation of the object.
(Overrides ObjectToString.) |

Name | Description | |
---|---|---|
![]() | DataTypeName |
Name of the data source field type.
|
![]() | FieldIndex |
Gets or sets the column index.
|
![]() | FieldName |
Name of the datasource field.
|
![]() | FieldValue |
Value of the datasource field.
|
![]() | RuntimeType |
System.Type of the field, reflected by CLR.
|
![]() | TableName |
Gets or sets the table name of the column.
|


