IDwArgument.ColumnName Property
.NET Standard 2.x
Gets or sets the name of the column where argument value will be taken from. It has the form: "tablename.column"
.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
new string ColumnName { get; set; }
Property Value
System.String
The name of the column where argument value will be taken from.
Applies to
.NET Standard
2.x