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

DataSourceParameterBase.Name Property

Specifies the parameter name.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.Data.v21.2.dll

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

Declaration

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

Property Value

Type Description
String

A String value, specifying the parameter name.

Implements

See Also