Back to Devexpress

DataSourcePropertyAttribute Constructors

expressappframework-devexpress-dot-persistent-dot-base-dot-datasourcepropertyattribute-dot-ctor.md

latest3.5 KB
Original Source

DataSourcePropertyAttribute Constructors

Specifies the data source for a reference, collection, or enumeration property.

NameParametersDescription
DataSourcePropertyAttribute(String, DataSourcePropertyIsNullMode, String, String[])dataSourceProperty, dataSourcePropertyIsNullMode, dataSourcePropertyIsNullCriteria, usedPropertiesInitializes a new instance of the DataSourcePropertyAttribute class with the specified DataSourcePropertyAttribute.DataSourceProperty, DataSourcePropertyAttribute.DataSourcePropertyIsNullMode, DataSourcePropertyAttribute.DataSourcePropertyIsNullCriteria, and DataSourcePropertyAttribute.UsedProperties properties.
DataSourcePropertyAttribute(String, DataSourcePropertyIsNullMode, String[])dataSourceProperty, mode, usedPropertiesInitializes a new instance of the DataSourcePropertyAttribute class with the specified DataSourcePropertyAttribute.DataSourceProperty, DataSourcePropertyAttribute.DataSourcePropertyIsNullMode, and DataSourcePropertyAttribute.UsedProperties properties.
DataSourcePropertyAttribute(String, String[])dataSourceProperty, usedPropertiesInitializes a new instance of the DataSourcePropertyAttribute class with the specified DataSourceProperty and UsedProperties properties.

See Also

DataSourcePropertyAttribute Class

DataSourcePropertyAttribute Members

DevExpress.Persistent.Base Namespace