Property | Type | Description | |
---|---|---|---|
ColumnSizeOf | int |
Method | Description | |
---|---|---|
DeserializeObject ( Stream stream ) : ISqlObject | ||
Equals ( SqlType other ) : bool | ||
GetHashCode ( ) : int | ||
IsComparable ( SqlType type ) : bool | ||
NewObject ( ) : SqlUserObject | ||
NewObject ( IRequest context, |
||
SerializeObject ( Stream stream, ISqlObject obj ) : void | ||
UserType ( |
Method | Description | |
---|---|---|
AppendTo ( SqlStringBuilder builder ) : void |
Method | Description | |
---|---|---|
ColumnSizeOf ( ISqlObject obj ) : int |
protected AppendTo ( SqlStringBuilder builder ) : void | ||
builder | SqlStringBuilder | |
return | void |
public DeserializeObject ( Stream stream ) : ISqlObject | ||
stream | Stream | |
return | ISqlObject |
public NewObject ( IRequest context, |
||
context | IRequest | |
args | ||
return | SqlUserObject |
public SerializeObject ( Stream stream, ISqlObject obj ) : void | ||
stream | Stream | |
obj | ISqlObject | |
return | void |
public UserType ( |
||
typeInfo | ||
return | System |