C# Class NHibernate.Type.DateTimeOffsetType

Inheritance: NHibernate.Type.PrimitiveType, IIdentifierType, ILiteralType, IVersionType
Show file Open project: nhibernate/nhibernate-core Class Usage Examples

Public Methods

Method 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

Method Details

DateTimeOffsetType() public method

public DateTimeOffsetType ( ) : System
return System

FromStringValue() public method

public FromStringValue ( string xml ) : object
xml string
return object

Get() public method

public Get ( IDataReader rs, int index ) : object
rs IDataReader
index int
return object

Get() public method

public Get ( IDataReader rs, string name ) : object
rs IDataReader
name string
return object

IsEqual() public method

public IsEqual ( object x, object y ) : bool
x object
y object
return bool

Next() public method

public Next ( object current, ISessionImplementor session ) : object
current object
session ISessionImplementor
return object

ObjectToSQLString() public method

public ObjectToSQLString ( object value, Dialect dialect ) : string
value object
dialect Dialect
return string

Seed() public method

public Seed ( ISessionImplementor session ) : object
session ISessionImplementor
return object

Set() public method

public Set ( IDbCommand st, object value, int index ) : void
st IDbCommand
value object
index int
return void

StringToObject() public method

public StringToObject ( string xml ) : object
xml string
return object

ToString() public method

public ToString ( object val ) : string
val object
return string