Method | Description | |
---|---|---|
Equals ( Object ob ) : bool | ||
GetHashCode ( ) : int | ||
SetKey ( ) : void | ||
SetUnique ( ) : void |
Sets this column to unique. Note: This can only happen during the setup of the object. Unpredictable results will occur otherwise. |
Method | Description | |
---|---|---|
QueryResultColumn ( string name, ColumnInfo columnInfo ) : System | ||
QueryResultColumn ( string name, SqlType type, int offset, bool notNull ) : System |
The Constructors if the type does require a size.
|