Exago .NET API Documentation
GetColumn Method (EntityCollection)
WebReports.Api.Common Namespace > EntityCollection Class : GetColumn Method
The name of the column to retrieve from the Entity (Data Object). If the column has a Column Alias assigned to it (via the
Return an EntityColumn object, representing the column belonging to the Entity requested by the
Syntax
public EntityColumn GetColumn( 
   System.string fullName,
   System.bool isDbName
)

Parameters

fullName
The name of the column to retrieve from the Entity (Data Object). If the column has a Column Alias assigned to it (via the
isDbName
See Also

Reference

EntityCollection Class
EntityCollection Members