When implemented by a class, gets an
ICollection
of
Table objects that this mapped class reads from
and writes to.
Namespace:
NHibernate.Mapping
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public MustOverride ReadOnly Property TableClosureCollection As ICollection |
C# |
---|
public abstract ICollection TableClosureCollection { get; } |
JavaScript |
---|
function get_tableClosureCollection();
|
Field Value
An
ICollection of
Table objects that
this mapped class reads from and writes to.
Remarks
See Also