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

DataSourceParameterBase.Name Property

Specifies the parameter name.

Namespace: DevExpress.DataAccess

Assembly: DevExpress.DataAccess.v22.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

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

Property Value

Type Description
String

A String value, specifying the parameter name.

Implements

See Also