Skip to main content
.NET 8.0+

DataSourcePropertyAttribute Properties

Specifies the data source for a reference, collection, or enumeration property.
Name Description
DataSourceProperty Returns a name of a business class collection property, serving as a source for the Lookup Property Editor of the target Object type business class property.
DataSourcePropertyIsNullCriteria Indicates criteria for filtering the List View of the target property’s Lookup Property Editor, in case the DataSourcePropertyAttribute.DataSourceProperty is not specified.
DataSourcePropertyIsNullMode Specifies the Lookup Property Editor’s data source, in case the collection property specified by the DataSourcePropertyAttribute.DataSourceProperty is set to null (Nothing in VB).
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
UsedProperties Gets names of properties that affect lookup list construction for the current data source property.
See Also