Skip to main content

DataSourceParameterBase.Type Property

Specifies the parameter type.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v24.2.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