Overload List

  NameDescription
Public methodNullSafeGet(IDataReader, String)
Gets the value of the field from the IDataReader.
(Inherited from NullableType.)
Public methodNullSafeGet(IDataReader, array<String>[]()[][])
Extracts the values of the fields from the DataReader
(Inherited from NullableType.)
Public methodNullSafeGet(IDataReader, String, ISessionImplementor, Object)
When implemented by a class, gets an instance of the object mapped by this IType from the IDataReader.
(Inherited from NullableType.)
Public methodNullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object)
When implemented by a class, gets an instance of the object mapped by this IType from the IDataReader.
(Inherited from NullableType.)

See Also