Namespace: NHibernate.Persister.EntityAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
string[][] ContraintOrderedTableKeyColumnClosure { get; } |
Visual Basic |
---|
ReadOnly Property ContraintOrderedTableKeyColumnClosure As String()()
Get |
Visual C++ |
---|
property array<array<String^>^>^ ContraintOrderedTableKeyColumnClosure {
array<array<String^>^>^ get ();
} |
Return Value
The first dimension here corresponds to the table indexes returned in
ConstraintOrderedTableNameClosure.
The second dimension should have the same length across all the elements in
the first dimension. If not, that'd be a problem ;)
See Also