SchemaItem
|
Overloaded. Initializes a new instance of the SchemaItem class. |
DBType | The datatype of the column |
FieldName | The column name |
HasDefault | Indicates this column has a default value defined in the database engine. |
IsAutoKey | Indicates this column's value is generated automatically |
IsComputed | Indicates this column contains a computed value. |
IsInForeignKey | Indicates this column is part of a foreign key for another table. |
IsInPrimaryKey | Indicates this column is part of the primary key for the table. |
IsNullable | Indicates this column can be set to null. |
IsRowID | Indicates this column acts as a row identifier. |
Justify | The SchemaItemJustify value indicating the field justification |
Length | The maximum length of the column |
Properties | A HashTable to which custom properties may be added |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SchemaItem Class | NCI.EasyObjects Namespace