Overload List

  NameDescription
Public methodNullSafeGet(IDataReader, String)
Gets the value of the field from the IDataReader.
Public methodNullSafeGet(IDataReader, array<String>[]()[][])
Extracts the values of the fields from the DataReader
Public methodNullSafeGet(IDataReader, String, ISessionImplementor, Object)
When implemented by a class, gets an instance of the object mapped by this IType from the IDataReader.
(Overrides AbstractType..::..NullSafeGet(IDataReader, String, ISessionImplementor, Object).)
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.
(Overrides AbstractType..::..NullSafeGet(IDataReader, array<String>[]()[][], ISessionImplementor, Object).)

See Also