Namespace:
NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll)
Assembly: NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Function Filter ( _ collection As Object, _ filter As String, _ values As Object(), _ types As IType() _ ) As ICollection |
C# |
---|
public ICollection Filter( Object collection, string filter, Object[] values, IType[] types ) |
Visual C++ |
---|
public: virtual ICollection^ Filter( Object^ collection, String^ filter, array<Object^>^ values, array<IType^>^ types ) sealed |
JavaScript |
---|
function filter(collection, filter, values, types); |
Parameters
- collection
- Type: System..::.Object
- filter
- Type: System..::.String
- values
- Type: array<
System..::.Object
>[]()[]
- types
- Type: array<
NHibernate.Type..::.IType
>[]()[]