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

StoredProcedureInfo Class

Provides information about a stored procedure.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v21.2.dll

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

Declaration

[DataContract]
public class StoredProcedureInfo :
    EntityInfo<string>

Inheritance

Object
EntityInfo<String>
StoredProcedureInfo
See Also