Exago .NET API Documentation
GetColumn(String) Method
WebReports.Api.Reports Namespace > Entity Class > GetColumn Method : GetColumn(String) Method
The Alias of the column (as set in the column's metadata with EntityColumnMetadata).
Retrieve an EntityColumn object representing a column from an Entity (Data Object)
Syntax
public EntityColumn GetColumn( 
   System.string colName
)

Parameters

colName
The Alias of the column (as set in the column's metadata with EntityColumnMetadata).

Return Value

Either returns an EntityColumn object representing the requested column, or null if the column could not be found.
See Also

Reference

Entity Class
Entity Members
Overload List