[Missing <summary> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Set``1(System.String,System.String,System.Boolean)"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public virtual CollectionType Set<T>( string role, string propertyRef, bool embedded ) |
Visual Basic |
---|
Public Overridable Function Set(Of T) ( _ role As String, _ propertyRef As String, _ embedded As Boolean _ ) As CollectionType |
Visual C++ |
---|
public: generic<typename T> virtual CollectionType^ Set( String^ role, String^ propertyRef, bool embedded ) |
Parameters
- role
- Type: System..::..String
[Missing <param name="role"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Set``1(System.String,System.String,System.Boolean)"]
- propertyRef
- Type: System..::..String
[Missing <param name="propertyRef"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Set``1(System.String,System.String,System.Boolean)"]
- embedded
- Type: System..::..Boolean
[Missing <param name="embedded"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Set``1(System.String,System.String,System.Boolean)"]
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Set``1(System.String,System.String,System.Boolean)"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Type.DefaultCollectionTypeFactory.Set``1(System.String,System.String,System.Boolean)"]