Namespace:
NHibernate.Loader
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Property CollectionSuffixes As String() |
C# |
---|
public string[] CollectionSuffixes { get; set; } |
Visual C++ |
---|
public: property array<String^>^ CollectionSuffixes { array<String^>^ get (); void set (array<String^>^ value); } |
JavaScript |
---|
function get_collectionSuffixes(); function set_collectionSuffixes(value); |