The the given field initialized for the entity to which we are bound?

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

Syntax

C#
bool IsInitializedField(
	string field
)
Visual Basic
Function IsInitializedField ( _
	field As String _
) As Boolean
Visual C++
bool IsInitializedField(
	String^ field
)

Parameters

field
Type: System..::..String
The name of the field to check

Return Value

True if the given field is initialized; otherwise false.

See Also