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

DataSourceParameterBase.Type Property

Specifies the parameter type.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

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

Property Value

Type Default Description
Type null

The parameter type.

Implements

See Also