DwArgumentSource Enum
.NET Standard 2.x
Represents the source type where the argument value (to be passed to the stored procedure) is from.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
public enum DwArgumentSource
Members
| Member Name | Description |
|---|---|
| Column | A column control produces the value. |
| Compute | A computed field control produces the value. |
| Expression | An expression produces the value. |
| UnUsed | No value is passed to the stored procedure. |