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

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

Syntax

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

Implements

ICollectionSqlsMapping..::..SqlDeleteAll

See Also