Skip to main content
.NET 6.0+

DataSourceCriteriaPropertyAttribute Constructors

Applied to business classesreference and collection properties. Specifies the name of a CriteriaOperator type property which returns data source’s filter criteria applied to the List View displayed in a Lookup Property Editor or invoked by the LinkUnlinkController.LinkAction Action in a popup window.
Name Parameters Description
DataSourceCriteriaPropertyAttribute(String) dataSourceCriteriaProperty Initializes a new instance of the DataSourceCriteriaPropertyAttribute class with the specified DataSourceCriteriaPropertyAttribute.DataSourceCriteriaProperty value.
See Also