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#
void AddNullProperty(
	EntityKey ownerKey,
	string propertyName
)
Visual Basic
Sub AddNullProperty ( _
	ownerKey As EntityKey, _
	propertyName As String _
)
Visual C++
void AddNullProperty(
	EntityKey^ ownerKey, 
	String^ propertyName
)

Parameters

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

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

propertyName
Type: System..::..String

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

See Also