Class DataTableOperations
Inheritance
System.Object
DataTableOperations
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.JavaScript.DataSources
Assembly: Syncfusion.EJ.dll
Syntax
public static class DataTableOperations
Methods
TablePredicate(IQueryable, ParameterExpression, String, Object, FilterType, FilterBehavior, Boolean, Type)
Declaration
public static Expression TablePredicate(this IQueryable source, ParameterExpression paramExpression, string propertyName, object constValue, FilterType filterType, FilterBehavior filteBehaviour, bool isCaseSensitive, Type sourceType)
Parameters
Type | Name | Description |
---|---|---|
System.Linq.IQueryable | source | |
System.Linq.Expressions.ParameterExpression | paramExpression | |
System.String | propertyName | |
System.Object | constValue | |
Syncfusion.Linq.FilterType | filterType | |
Syncfusion.Linq.FilterBehavior | filteBehaviour | |
System.Boolean | isCaseSensitive | |
System.Type | sourceType |
Returns
Type | Description |
---|---|
System.Linq.Expressions.Expression |