Method | Description | |
---|---|---|
Column ( string name, |
||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Equals ( |
public Column ( string name, |
||
name | string | |
type | ||
length | int | |
defaultValue | object | |
isPrimaryKey | bool | |
return | System |