[Missing <summary> documentation for "P:NHibernate.Tuple.Entity.EntityMetamodel.HasPocoRepresentation"]

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

Syntax

C#
public bool HasPocoRepresentation { get; private set; }
Visual Basic
Public Property HasPocoRepresentation As Boolean
	Get
	Private Set
Visual C++
public:
property bool HasPocoRepresentation {
	bool get ();
	private: void set (bool value);
}

See Also