Skip to main content

StoredProcQuery.StoredProcName Property

Specifies the stored procedure to use in the query.

Namespace: DevExpress.DataAccess.Sql

Assembly: DevExpress.DataAccess.v24.2.dll

NuGet Package: DevExpress.DataAccess

Declaration

[LocalizableCategory(DataAccessStringId.QueryPropertyGridStoredProcCategoryName)]
public string StoredProcName { get; set; }

Property Value

Type Description
String

A String value, specifying the stored procedure name.

See Also