The following tables list the members exposed by FilterBase.
Name | Description | |
---|---|---|
FilterBase Constructor | Overloaded. |
Name | Description | |
---|---|---|
GlobalMetaIdentifier | The meta identifier for a global select. For SQL this is [dbo.]table.column using the raw values (no surrounding spaces) and for XML it is the full XPath to that node. In the case of XPath this must be a simplistic node/node/@attribute. No functions [conditions], etc. | |
IsApplyGlobally | true if this select is to be applied to all tags that include the getGlobalMetaIdentifier column/node. | |
Sort | Set the sort order. If set, we override the order for all "order by" items in the select. | |
VarName | The name of the var this filter is for. |
Name | Description | |
---|---|---|
setGlobal | Set to apply globally with this metadata. isApplyGlobally is set to true on this call. For SQL this is [dbo.]table.column using the raw values (no surrounding spaces) and for XML it is the full XPath to that node. In the case of XPath this must be a simplistic node/node/@attribute. No functions [conditions], etc. |