Namespace:
NHibernate.Type
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Contains ( _ collection As Object, _ entity As Object, _ session As ISessionImplementor _ ) As Boolean |
C# |
---|
public bool Contains( Object collection, Object entity, ISessionImplementor session ) |
Visual C++ |
---|
public: bool Contains( Object^ collection, Object^ entity, ISessionImplementor^ session ) |
JavaScript |
---|
function contains(collection, entity, session); |
Parameters
- collection
- Type: System..::.Object
- entity
- Type: System..::.Object
- session
- Type: NHibernate.Engine..::.ISessionImplementor