[Missing <summary> documentation for "P:NHibernate.Mapping.PersistentClass.HasPocoRepresentation"]

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

Syntax

C#
public bool HasPocoRepresentation { get; }
Visual Basic
Public ReadOnly Property HasPocoRepresentation As Boolean
	Get
Visual C++
public:
property bool HasPocoRepresentation {
	bool get ();
}

See Also