public EntityColumnMetadata( System.string columnName )
Parameters
- columnName
- The name of the column as it exists in the data source. This can be found in the Entity.DbName Property
public EntityColumnMetadata( System.string columnName )
myNewEntity.ColumnMetadatas.Add(new EntityColumnMetadata("Campaign ID") { IsFilterable = FilterableType.None, ColumnType = "Int", MnemonicName = "ID" });