Is the association property belonging to the keyed entity null?

Namespace: NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public bool IsPropertyNull(
	EntityKey ownerKey,
	string propertyName
)
Visual Basic
Public Function IsPropertyNull ( _
	ownerKey As EntityKey, _
	propertyName As String _
) As Boolean
Visual C++
public:
virtual bool IsPropertyNull(
	EntityKey^ ownerKey, 
	String^ propertyName
) sealed

Parameters

ownerKey
Type: NHibernate.Engine..::..EntityKey

[Missing <param name="ownerKey"/> documentation for "M:NHibernate.Engine.StatefulPersistenceContext.IsPropertyNull(NHibernate.Engine.EntityKey,System.String)"]

propertyName
Type: System..::..String

[Missing <param name="propertyName"/> documentation for "M:NHibernate.Engine.StatefulPersistenceContext.IsPropertyNull(NHibernate.Engine.EntityKey,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Engine.StatefulPersistenceContext.IsPropertyNull(NHibernate.Engine.EntityKey,System.String)"]

Implements

IPersistenceContext..::..IsPropertyNull(EntityKey, String)

See Also