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.v20.1.dll

NuGet Packages: DevExpress.Data, DevExpress.WindowsDesktop.Data

Declaration

[DataContract]
public class StoredProcedureInfo :
    EntityInfo<string>

Inheritance

Object
EntityInfo<String>
StoredProcedureInfo
See Also