Does this entity, for this mode, present a possibility for proxying?

Namespace: NHibernate.Tuple.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
bool HasProxy { get; }
Visual Basic
ReadOnly Property HasProxy As Boolean
	Get
Visual C++
property bool HasProxy {
	bool get ();
}

Field Value

True if this tuplizer can generate proxies for this entity.

See Also