Is the association property belonging to the keyed entity null?
Namespace: NHibernate.EngineAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
bool IsPropertyNull( EntityKey ownerKey, string propertyName ) |
| Visual Basic |
|---|
Function IsPropertyNull ( _ ownerKey As EntityKey, _ propertyName As String _ ) As Boolean |
| Visual C++ |
|---|
bool IsPropertyNull( EntityKey^ ownerKey, String^ propertyName ) |
Parameters
- ownerKey
- Type: NHibernate.Engine..::..EntityKey
[Missing <param name="ownerKey"/> documentation for "M:NHibernate.Engine.IPersistenceContext.IsPropertyNull(NHibernate.Engine.EntityKey,System.String)"]
- propertyName
- Type: System..::..String
[Missing <param name="propertyName"/> documentation for "M:NHibernate.Engine.IPersistenceContext.IsPropertyNull(NHibernate.Engine.EntityKey,System.String)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Engine.IPersistenceContext.IsPropertyNull(NHibernate.Engine.EntityKey,System.String)"]