Méthode | Description | |
---|---|---|
DateTimeOffsetType ( ) : System |
|
|
FromStringValue ( string xml ) : object | ||
Get ( IDataReader rs, int index ) : object | ||
Get ( IDataReader rs, string name ) : object | ||
IsEqual ( object x, object y ) : bool | ||
Next ( object current, ISessionImplementor session ) : object | ||
ObjectToSQLString ( object value, Dialect dialect ) : string | ||
Seed ( ISessionImplementor session ) : object | ||
Set ( IDbCommand st, object value, int index ) : void | ||
StringToObject ( string xml ) : object | ||
ToString ( object val ) : string |
public FromStringValue ( string xml ) : object | ||
xml | string | |
Résultat | object |
public Get ( IDataReader rs, int index ) : object | ||
rs | IDataReader | |
index | int | |
Résultat | object |
public Get ( IDataReader rs, string name ) : object | ||
rs | IDataReader | |
name | string | |
Résultat | object |
public IsEqual ( object x, object y ) : bool | ||
x | object | |
y | object | |
Résultat | bool |
public Next ( object current, ISessionImplementor session ) : object | ||
current | object | |
session | ISessionImplementor | |
Résultat | object |
public ObjectToSQLString ( object value, Dialect dialect ) : string | ||
value | object | |
dialect | Dialect | |
Résultat | string |
public Seed ( ISessionImplementor session ) : object | ||
session | ISessionImplementor | |
Résultat | object |
public Set ( IDbCommand st, object value, int index ) : void | ||
st | IDbCommand | |
value | object | |
index | int | |
Résultat | void |
public StringToObject ( string xml ) : object | ||
xml | string | |
Résultat | object |