DBColumn Members
In This Article
#Constructors
Name | Description |
---|---|
DBColumn() | Initializes a new instance of the DBColumn class with default settings. |
DBColumn |
|
DBColumn |
Initializes a new instance of the DBColumn class with the specified settings. |
#Fields
Name | Description |
---|---|
Column |
Specifies the column’s type. |
Db |
|
DBType |
Specifies the name of the column data type. |
Default |
|
Is |
true if the value of the column increments automatically; otherwise, false. The default value is false. |
Is |
true if the column is the key column; otherwise, false. |
Is |
|
Name | Specifies the column’s name. |
Size | The maximum length of a text column. This is ignored for non-text columns. |
#Methods
Name | Description |
---|---|
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Gets the column type of the specified runtime type. |
Get |
Gets the column type of the specified runtime type. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Get |
Gets the runtime type of the specified column type. |
Is |
Indicates whether values of the specified column type can be saved to a database. |
Is |
Indicates whether values of the specified runtime type can be saved to a database. |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
To |
Returns a string that represents the current object. Inherited from Object. |
See Also