public void Add( EntityColumnMetadata columnMetadata )
Parameters
- columnMetadata
- The EntityColumnMetadata object to add to the collection.
public void Add( EntityColumnMetadata columnMetadata )
employees.ColumnMetadatas.Add(new EntityColumnMetadata("LastName") { ColumnType = "String", MnemonicName = "Last Name", IsVisible = ConditionalBoolean.True, IsSortable = ConditionalBoolean.False, IsFilterable = FilterableType.Static }); api.SaveConfigToFile();