IDwReadOnlyTable.FindColumn(string name) Method
.NET Standard 2.x
Finds a column by its name.
Namespace: DWNet.Data
Assembly: DWNet.Data.dll
Syntax
IDwColumn FindColumn(string name);
Parameters
syntax
System.String
The name of the column.
Return
Returns the found column.
Applies to
.NET Standard
2.x