Class Expression
An expression.
Inheritance
System.Object
    Expression
  Inherited Members
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.ToString()
    
  Namespace: Kephas.Data.Client.Queries
Assembly: Kephas.Data.Client.dll
Syntax
public class ExpressionProperties
| Improve this Doc View SourceArgs
Gets or sets the operation arguments.
Declaration
public List<object> Args { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<System.Object> | The parameters. | 
Op
Gets or sets the operation.
Declaration
public string Op { get; set; }Property Value
| Type | Description | 
|---|---|
| System.String | The operation. |