DbColumnInfo Class

System.Data.Generic

DbColumnInfo Class
Obtains information about the values of a data column from the database.
Inheritance Hierarchy
SystemObject  System.Data.Generic.SchemaDbColumnInfo

Namespace: System.Data.Generic.Schema
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public sealed class DbColumnInfo
Public NotInheritable Class DbColumnInfo
public ref class DbColumnInfo sealed
[<SealedAttribute>]
type DbColumnInfo =  class end

The DbColumnInfo type exposes the following members.

Constructors
  NameDescription
Public methodDbColumnInfo
Initializes a new instance of the DbColumnInfo class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string representation of the object.
(Overrides ObjectToString.)
Top
Fields
  NameDescription
Public fieldDataTypeName
Name of the data source field type.
Public fieldFieldIndex
Gets or sets the column index.
Public fieldFieldName
Name of the datasource field.
Public fieldFieldValue
Value of the datasource field.
Public fieldRuntimeType
System.Type of the field, reflected by CLR.
Public fieldTableName
Gets or sets the table name of the column.
Top
Properties
  NameDescription
Public propertyFieldPath
Returns the path of the column value.
Top
Remarks