Property | Type | Description |
---|
Method | Description | |
---|---|---|
Clone ( ) : |
Clones this instance.
|
|
Column ( ) : System |
Initializes a new instance of the Column class.
|
|
Column ( string name, ColumnTypes type, bool @null, |
Initializes a new instance of the Column class.
|
|
Column ( string name, ColumnTypes type, byte precision, int scale, bool @null, |
Initializes a new instance of the Column class.
|
|
Column ( string name, ColumnTypes type, int length, bool @null, |
Initializes a new instance of the Column class.
|
|
Script ( ) : string |
Translates this column into SQL script.
|
public Column ( string name, ColumnTypes type, bool @null, |
||
name | string | The name. |
type | ColumnTypes | The type. |
@null | bool | |
@default | ||
return | System |
public Column ( string name, ColumnTypes type, byte precision, int scale, bool @null, |
||
name | string | The name. |
type | ColumnTypes | The type. |
precision | byte | The precision. |
scale | int | The scale. |
@null | bool | |
@default | ||
return | System |
public Column ( string name, ColumnTypes type, int length, bool @null, |
||
name | string | The name. |
type | ColumnTypes | The type. |
length | int | The length. |
@null | bool | |
@default | ||
return | System |