Skip to main content

DataSourceParameterBase.Name Property

Specifies the parameter name.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v23.2.dll

NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap

Declaration

[LocalizableCategory(DataAccessStringId.PropertyGridDesignCategoryName)]
public string Name { get; set; }

Property Value

Type Description
String

A String value, specifying the parameter name.

Implements

See Also