Is this the wrapper for the given underlying collection instance?
Namespace: NHibernate.CollectionAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
Visual Basic |
---|
Function IsWrapper ( _
collection As Object _
) As Boolean |
Parameters
- collection
- Type: System..::..Object
The collection to see if this IPersistentCollection is wrapping.
Return Value
trueTruetruetrue (True in Visual Basic) if the IPersistentCollection is wrappping the collection instance,
falseFalsefalsefalse (False in Visual Basic) otherwise.
See Also