Platform Core .NET Assemblies API
CreateFilter Method
See Also  Send Feedback
Terrasoft.Core.Entities Namespace > EntitySchemaQuery Class : CreateFilter Method

Glossary Item Box

Overload List

OverloadDescription
CreateFilter(FilterComparisonType,String,EntitySchemaQueryMacrosType,DayOfWeek)Gets the filter with the specified comparison type for the expression of column in a specified path, the macro type and the System.DayOfWeek type value that is processed by the macro in the filter's right side.  
CreateFilter(FilterComparisonType,String,EntitySchemaQuery)Gets the filter with the specified comparison type for the expression of column in a specified path and the passed-in subquery.  
CreateFilter(FilterComparisonType,String,AggregationTypeStrict,Int32)Gets the filter with the specified comparison type for the expression of column in a specified path, specified type of the aggregate function and passed-in parameter value of the System.Int32 type. The aggregate function in the filter's right side is applied to this parameter value.  
CreateFilter(FilterComparisonType,String,AggregationTypeStrict,Double)Gets the filter with the specified comparison type for the expression of column in a specified path, specified type of the aggregate function and passed-in parameter value of the System.Double type. The aggregate function in the filter's right side is applied to this parameter value.  
CreateFilter(FilterComparisonType,String,AggregationTypeStrict,DateTime)Gets the filter with the specified comparison type for the expression of column in a specified path, specified type of the aggregate function and passed-in parameter value of the System.DateTime type. The aggregate function in the filter's right side is applied to this parameter value.  
CreateFilter(FilterComparisonType,String,AggregationTypeStrict,String)Gets the filter with the specified comparison type for the column in a specified path, specified type of the aggregate function and passed-in parameter value of the System.String type. The aggregate function in the filter's right side is applied to this parameter value.  
CreateFilter(FilterComparisonType,String,AggregationTypeStrict,Object,EntitySchemaQuery)Gets the filter with the specified comparison type for the expression of column in a specified path, specified type of the aggregate function and passed-in parameter value. The aggregate function in the filter's right side is applied to this parameter value. In this case, the outgoing parameter returns a subquery for the expression from the left side of the filter, or a subquery for the first expression from the right side of the filter, if the left expression of the filter is null.  
CreateFilter(FilterComparisonType,String,AggregationTypeStrict,EntitySchemaQueryMacrosType,Int32)Gets the filter with the specified comparison type for the expression of column in a specified path, specified type of the aggregate function, specified macro type and value for which the macro is applied in the filter’s right side. T  
CreateFilter(FilterComparisonType,String,AggregationTypeStrict,EntitySchemaQueryMacrosType,EntitySchemaQuery,Int32)Gets the filter with the specified comparison type for the expression of column in a specified path, specified type of the aggregate function, specified macro type and value for which the macro is applied in the filter’s right side. T In this case, the outgoing parameter returns a subquery for the expression from the left side of the filter.  
CreateFilter(FilterComparisonType,String,String[])Gets the filter with the specified comparison type for expressions of two columns in paths specified in relation to the root schema.  
CreateFilter(FilterComparisonType,String,EntitySchemaQueryExpression)Gets the filter with the specified comparison type for the expression of column in a specified path relative to the root schema and the passed-in expression.  
CreateFilter(FilterComparisonType,String,EntitySchemaQueryFunction)Gets the filter with the specified comparison type for the expression of column in a specified path relative to the root schema and the passed-in function instance.  
CreateFilter(FilterComparisonType,EntitySchemaQueryExpression,EntitySchemaQueryMacrosType,Int32)Gets the filter with the specified comparison type for the specified filter's left side expression, macro type and the value that is processed by the macro in the filter's right side.  
CreateFilter(FilterComparisonType,EntitySchemaQueryExpression,EntitySchemaQueryMacrosType,DateTime,Int32)Returns a filter with the specified comparison type for the specified parameters.  
CreateFilter(FilterComparisonType,EntitySchemaQueryExpression,EntitySchemaQueryMacrosType,DayOfWeek)Gets the filter with the specified comparison type for the specified filter's left side expression, macro type and the System.DayOfWeek type value that is processed by the macro in the filter's right side.  
CreateFilter(FilterComparisonType,String,EntitySchemaQueryMacrosType,Int32)Gets the filter with the specified comparison type for the expression of column in a specified path, specified macro type and numeric value that is processed by the macro in the filter's right side.  
CreateFilter(FilterComparisonType,String,EntitySchemaQueryMacrosType,DateTime)Gets the filter with the specified comparison type for the expression of column in a specified path, the macro type and the System.DateTime type value that is processed by the macro in the filter's right side.  

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.