Method | Description | |
---|---|---|
ColumnDescriber ( string attribute, ITable table, string column = null, bool isIdentity = false, bool isAutoIncrement = false, bool isTimestamp = false ) : System |
Initializes a new instance of the ColumnDescriber class with the specified column's attribute, name and table of ITable.
|
|
ColumnDescriber ( string attribute, string table, string column = null ) : System |
Initializes a new instance of the ColumnDescriber class with the specified column's attribute, name and table name.
|
|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string |
Returns the columns attribute.
|
public ColumnDescriber ( string attribute, ITable table, string column = null, bool isIdentity = false, bool isAutoIncrement = false, bool isTimestamp = false ) : System | ||
attribute | string | The attribute which contains the datatype, length etc. |
table | ITable | The |
column | string | Column name of a table. |
isIdentity | bool | |
isAutoIncrement | bool | |
isTimestamp | bool | |
return | System |
public ColumnDescriber ( string attribute, string table, string column = null ) : System | ||
attribute | string | The attribute which contains the datatype, length etc. |
table | string | The table name. |
column | string | Column name of a table. |
return | System |