Method Create

Create(params IEntityFilter[])

Creates a new instance of IEntityFilterCollection with the given filters

Declaration
public static IEntityFilterCollection Create(params IEntityFilter[] filters)
Parameters
Type Name Description
IEntityFilter[] filters

The filters to initialize the collection with

Returns
Type Description
IEntityFilterCollection

The newly created entity filter collection

Was this helpful?
The feedback you give here is not visible to other users. We use your comments to improve the content.
Previous
Next