Class SelectParameters
Describes the parameters for Select job types.
public class SelectParameters
- Inheritance
-
SelectParameters
- Inherited Members
Constructors
SelectParameters()
public SelectParameters()
Properties
Expression
The expression that is used to query the object.
public string Expression { get; set; }
Property Value
ExpressionType
The type of the provided expression (e.g., SQL).
public ExpressionType ExpressionType { get; set; }
Property Value
InputSerialization
Describes the serialization format of the object.
public InputSerialization InputSerialization { get; set; }
Property Value
OutputSerialization
Describes how the results of the Select job are serialized.
public OutputSerialization OutputSerialization { get; set; }