Click or drag to resize
CrudExpressionBuilderExecuteTEntity Method
Execute the filter

Namespace: DrawerBackup.Native.Server.CrudS
Assembly: DrawerBackup.Native (in DrawerBackup.Native.dll) Version: 0.0.1.1 (0.0.1.1)
Syntax
public IEnumerable<TEntity> Execute<TEntity>(
	string textWhere,
	IEnumerable<TEntity> query
)
where TEntity : BaseEntity

Parameters

textWhere
Type: SystemString
query
Type: System.Collections.GenericIEnumerableTEntity

Type Parameters

TEntity

Return Value

Type: IEnumerableTEntity
See Also