Skip to main content
A newer version of this page is available. .

DataSourceParameterBase.Type Property

Specifies the parameter type.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v21.2.dll

NuGet Packages: DevExpress.Data, DevExpress.Win.Design

Declaration

[DefaultValue(null)]
[LocalizableCategory(CommonStringId.PropertyGridDesignCategoryName)]
public Type Type { get; set; }

Property Value

Type Default Description
Type null

The parameter type.

Implements

See Also