Skip to main content

DataSourceParameterBase.Name Property

Specifies the parameter name.

Namespace: DevExpress.DataAccess

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