Determines whether the specified object is equal to the current object.
The object to compare with the current object.
true if the specified object is equal to the current object; otherwise, false.
Serves as the default hash function.
A hash code for the current object.
Returns a string that represents the current object.
A string that represents the current object.
StaticEqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Get an input value.
The name of the input parameter.
The row reader containing the values.
Get the output value.
The name of the output parameter.
The resulting reader containing the output value.
Gets a value indicating whether the input parameter exists or not.
The name of the input parameter.
True if the input parameter exists; false otherwise.
Set the output result.
The name of the result.
The value.
Try to get an input value.
The name of the input parameter.
The row reader containing the values.
True if it was possible to retrieve the input parameter value.
Try to get an output value.
The name of the output parameter.
The row reader containing the values.
True if it was possible to retrieve the output value.
Represents an invocation of a data function.
Since
2.5