Overload List

  NameDescription
NullSafeGet(IDataReader, String)
Gets the value of the field from the IDataReader.
NullSafeGet(IDataReader, array<String>[]()[])
Extracts the values of the fields from the DataReader
NullSafeGet(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).)
NullSafeGet(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