[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmSet.Check"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public string Check { get; }
Visual Basic
Public ReadOnly Property Check As String
	Get
Visual C++
public:
virtual property String^ Check {
	String^ get () sealed;
}

Implements

ICollectionPropertiesMapping..::..Check

See Also