Interface IExpressionFilter
Expression filter interface
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
public interface IExpressionFilter : IFilter, ICloneable
Properties
| Improve this Doc View SourceExprText
Expression text
Declaration
string ExprText { get; }
Property Value
Type | Description |
---|---|
String |
IteratorFilter
Iterator filter flag
Declaration
bool IteratorFilter { get; }
Property Value
Type | Description |
---|---|
Boolean |