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, _ value As Object, _ type As IType _ ) As ICollection |
C# |
---|
public ICollection Filter( Object collection, string filter, Object value, IType type ) |
Visual C++ |
---|
public: virtual ICollection^ Filter( Object^ collection, String^ filter, Object^ value, IType^ type ) sealed |
JavaScript |
---|
function filter(collection, filter, value, type); |
Parameters
- collection
- Type: System..::.Object
- filter
- Type: System..::.String
- value
- Type: System..::.Object
- type
- Type: NHibernate.Type..::.IType