System.Data.Generic
| DbColumnInfo Class |
Obtains information about the values of a data column from the database.
Inheritance HierarchyNamespace: System.Data.Generic.Schema
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
SyntaxThe DbColumnInfo type exposes the following members.
Constructors| Name | Description | |
|---|---|---|
![]() | DbColumnInfo | Initializes a new instance of the DbColumnInfo class |
Methods| 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.) |
Fields| 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.
|
Properties
Remarks
See Also

