Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function OrderedSet ( _ role As String, _ propertyRef As String _ ) As CollectionType |
C# |
---|
public static CollectionType OrderedSet( string role, string propertyRef ) |
Visual C++ |
---|
public: static CollectionType^ OrderedSet( String^ role, String^ propertyRef ) |
JavaScript |
---|
NHibernate.Type.TypeFactory.orderedSet = function(role, propertyRef); |