Column Members
The Column type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals |
Determines whether the specified [System.Object] is equal to this instance.
|
|
GetHashCode |
Returns a hash code for this instance.
|
|
ToString |
Returns a [System.String] that represents this instance.
|
Properties
Name | Description | |
---|---|---|
Catalog |
Gets or sets the catalog. (Inherited from CatalogAndSchema.) |
|
CharOctetLength |
Gets or sets the length of the character octet.
|
|
ColumnName |
Gets or sets the name of the column.
|
|
DecimalDigits |
Gets or sets the decimal digits.
|
|
DefaultValue |
Gets or sets the default value.
|
|
IsAutoincrement |
Gets or sets the is autoincrement.
|
|
IsNullable |
Gets or sets the is nullable.
|
|
Nullable |
Gets or sets the nullable.
|
|
OrdinalPosition |
Gets or sets the ordinal position.
|
|
Radix |
Gets or sets the radix.
|
|
Remarks |
Gets or sets the remarks.
|
|
Schema |
Gets or sets the schema.
(Inherited from CatalogAndSchema.) |
|
ScopeCatalog |
Gets or sets the scope catalog.
|
|
ScopeSchema |
Gets or sets the scope schema.
|
|
ScopeTable |
Gets or sets the scope table.
|
|
Size |
Gets or sets the size.
|
|
SourceDataType |
Gets or sets the type of the source data.
|
|
TableName |
Gets or sets the name of the table.
|
|
TypeName |
Gets or sets the name of the type.
|