Record the fact that the association belonging to the keyed entity is null.

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

Syntax

C#
public void AddNullProperty(
	EntityKey ownerKey,
	string propertyName
)
Visual Basic
Public Sub AddNullProperty ( _
	ownerKey As EntityKey, _
	propertyName As String _
)
Visual C++
public:
virtual void AddNullProperty(
	EntityKey^ ownerKey, 
	String^ propertyName
) sealed

Parameters

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

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

propertyName
Type: System..::..String

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

Implements

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

See Also