When creating a
Custom Filter Dropdown Object, this is the
DbName property of the Entity (Data Object) that has the filter dropdown values. For example, the table, view or stored procedure in the Data Source that contains the filter values.
public System.string FilterDbName {get; set;}
Property Value
The name of the table, view, stored procedure, etc... in the Data Source that is the basis for this Entity (Data Object).
A table named FilterObjectName in the database contains the filter dropdown values.
myNewEntity.FilterDbName = "FilterObjectName";