Get the proxy interface that instances of this concrete class will be cast to

Namespace:  NHibernate.Persister.Entity
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
ReadOnly Property ConcreteProxyClass As Type
C#
Type ConcreteProxyClass { get; }
Visual C++
property Type^ ConcreteProxyClass {
	Type^ get ();
}
JavaScript
function get_concreteProxyClass();

See Also