Interface IFilter
Filter interface
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
public interface IFilter : ICloneable
Properties
| Improve this Doc View SourceField
Field name
Declaration
string Field { get; }
Property Value
| Type | Description |
|---|---|
| String |
FilterType
Filter type
Declaration
FilterType FilterType { get; }
Property Value
| Type | Description |
|---|---|
| FilterType |
Operation
Filter operation
Declaration
FilterOperation Operation { get; }
Property Value
| Type | Description |
|---|---|
| FilterOperation |
SourceAlias
Source alias
Declaration
string SourceAlias { get; }
Property Value
| Type | Description |
|---|---|
| String |