Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function SetCollectionKey ( _ collectionKey As Object _ ) As IQuery |
C# |
---|
public IQuery SetCollectionKey( Object collectionKey ) |
Visual C++ |
---|
public: IQuery^ SetCollectionKey( Object^ collectionKey ) |
JavaScript |
---|
function setCollectionKey(collectionKey); |
Parameters
- collectionKey
- Type: System..::.Object