Provides access to query filter definition properties.
Members
|
Name |
Description |
 |
FilterDefs |
The filter definitions specified for this query filter. |
 |
PostfixClause |
A clause that will be appended to the SELECT statement, following the where clause. Most commonly used for clauses like ORDER BY. |
 |
PrefixClause |
A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST. Most commonly used for clauses like DISTINCT or ALL. |
IQueryFilterDefinition2.PrefixClause Property
A clause that will be inserted between the SELECT keyword and the SELECT COLUMN LIST. Most commonly used for clauses like DISTINCT or ALL.
Public Property PrefixClause As String
public string PrefixClause {get; set;}
Inherited Interfaces
Classes that implement IQueryFilterDefinition2