Exago .NET API Documentation
ColumnType Property
Example 
WebReports.Api.Reports Namespace > EntityColumnMetadata Class : ColumnType Property
A string representation of the data type in this column.
Syntax
public System.string ColumnType {get; set;}

Property Value

Remarks
Equivelant to the Data Type property when working with column metadata in the Admin Console
Example
myNewEntity.ColumnMetadatas.Add(new EntityColumnMetadata("Campaign Name")
{
	ColumnType = "String",
});
See Also

Reference

EntityColumnMetadata Class
EntityColumnMetadata Members