IDwArgument.Expression Property
.NET Standard 2.x
Gets or sets the expression that is evaluated and passed to the stored procedure.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
new IExpressionable<object> Expression { get; set; }
Property Value
IReadOnlyExpressionable<object>
The expression that is evaluated and passed to the stored procedure.
Applies to
.NET Standard
2.x