ParameterValueValue Property |
Gets or sets the for the parameter. Set before the query, the value specified is used as the parameter value. If 'Direction' is set to an output type,
this property will contain the output value after the query has been executed / resultset has been consumed.
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.4.0.0 (5.4.0)
Syntax public Object Value { get; set; }
Public Property Value As Object
Get
Set
Property Value
Type:
ObjectSee Also