VariableInfo
- Namespace:
PPDS.Dataverse.Query.Execution - Assembly:
PPDS.Dataverse - Kind: Record
- Implements:
IEquatable<VariableInfo>
Summary
Information about a declared SQL variable.
Members
Constructors
VariableInfo(string Name, string TypeName, object Value)
VariableInfo(string Name, string TypeName, object Value)
Information about a declared SQL variable.
-
Param
Name: The variable name including @ prefix. -
Param
TypeName: The declared SQL type name. -
Param
Value: The current value (null if not yet assigned).
Properties
Name
string Name { get; set; }
The variable name including @ prefix.
TypeName
string TypeName { get; set; }
The declared SQL type name.
Value
object Value { get; set; }
The current value (null if not yet assigned).