SelectParameters class
Describes the parameters for Select job types.
Constructors
- SelectParameters({required String expression, required ExpressionType expressionType, required InputSerialization inputSerialization, required OutputSerialization outputSerialization})
Properties
- expression → String
-
The expression that is used to query the object.
final
- expressionType → ExpressionType
-
The type of the provided expression (for example, SQL).
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- inputSerialization → InputSerialization
-
Describes the serialization format of the object.
final
- outputSerialization → OutputSerialization
-
Describes how the results of the Select job are serialized.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
toXml(
String elemName, {List< XmlAttribute> ? attributes}) → XmlElement
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited