Retrieve an instance of the mapped class from a JDBC resultset.
Implementors should handle possibility of null values.
Namespace: NHibernate.UserTypesAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
Object NullSafeGet( IDataReader rs, string[] names, Object owner ) |
| Visual Basic |
|---|
Function NullSafeGet ( _ rs As IDataReader, _ names As String(), _ owner As Object _ ) As Object |
| Visual C++ |
|---|
Object^ NullSafeGet( IDataReader^ rs, array<String^>^ names, Object^ owner ) |
Parameters
- rs
- Type: System.Data..::..IDataReader
a IDataReader
- names
- Type: array<System..::..String>[]()[][]
column names
- owner
- Type: System..::..Object
the containing entity
Return Value
[Missing <returns> documentation for "M:NHibernate.UserTypes.IUserType.NullSafeGet(System.Data.IDataReader,System.String[],System.Object)"]
Exceptions
| Exception | Condition |
|---|---|
| NHibernate..::..HibernateException | HibernateException |