Skip to main content

StoredProcedureInfo Class

In This Article

Provides information about a stored procedure.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v24.2.dll

NuGet Package: DevExpress.Data

#Declaration

[DataContract]
public class StoredProcedureInfo :
    EntityInfo<string>

#Inheritance

Object
EntityInfo<String>
StoredProcedureInfo
See Also