The names of the primary key columns in the root table.
Namespace: NHibernate.IdAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
string[] RootTableKeyColumnNames { get; } |
Visual Basic |
---|
ReadOnly Property RootTableKeyColumnNames As String() Get |
Visual C++ |
---|
property array<String^>^ RootTableKeyColumnNames { array<String^>^ get (); } |