[Missing <summary> documentation for "P:NHibernate.Persister.Entity.AbstractEntityPersister.HasRowId"]

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

Syntax

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

Implements

ILoadable..::..HasRowId

See Also