Namespace:
NHibernate.Engine
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property CollectionKeys As Object() |
C# |
---|
public Object[] CollectionKeys { get; set; } |
Visual C++ |
---|
public: property array<Object^>^ CollectionKeys { array<Object^>^ get (); void set (array<Object^>^ value); } |
JavaScript |
---|
function get_collectionKeys(); function set_collectionKeys(value); |