Interface IConstantFilter
Constant value filter interface
Inherited Members
Namespace: XData.DataSource.Structure
Assembly: XData.docfx.dll
Syntax
public interface IConstantFilter : INamedFilter, IFilter, ICloneable
Properties
| Improve this Doc View SourceConstantType
Constant value type
Declaration
FilterConstantType ConstantType { get; }
Property Value
| Type | Description |
|---|---|
| FilterConstantType |
ConstantValue
Constant value
Declaration
object ConstantValue { get; }
Property Value
| Type | Description |
|---|---|
| Object |
Nullable
Constant value null value handling mode
Declaration
FilterNullable Nullable { get; }
Property Value
| Type | Description |
|---|---|
| FilterNullable |