Interface ITaggedExpression
Object tagged expression interface
Namespace: XData.Mapping.Dynamic
Assembly: XData.docfx.dll
Syntax
public interface ITaggedExpression
Properties
| Improve this Doc View SourceKey
Key value
Declaration
object Key { get; }
Property Value
Type | Description |
---|---|
Object |
KeyType
Key type
Declaration
Type KeyType { get; }
Property Value
Type | Description |
---|---|
Type |
Value
Value type
Declaration
Expression Value { get; }
Property Value
Type | Description |
---|---|
Expression |