Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
SetParameterValues ( string>.IDictionary |
||
SqlTypes ( IMapping mapping ) : NHibernate.SqlTypes.SqlType[] |
Method | Description | |
---|---|---|
Get ( System rs, int ordinal ) : object | ||
GetData ( object value ) : object | ||
GetValue ( object dataObj ) : object |
protected Get ( System rs, int ordinal ) : object | ||
rs | System | |
ordinal | int | |
return | object |
protected GetValue ( object dataObj ) : object | ||
dataObj | object | |
return | object |
public SetParameterValues ( string>.IDictionary |
||
parameters | string>.IDictionary | |
return | void |
public SqlTypes ( IMapping mapping ) : NHibernate.SqlTypes.SqlType[] | ||
mapping | IMapping | |
return | NHibernate.SqlTypes.SqlType[] |