Skip to main content

StoredProcedureInfo Class

Provides information about a stored procedure.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

[DataContract]
public class StoredProcedureInfo :
    EntityInfo<string>

Inheritance

Object
EntityInfo<String>
StoredProcedureInfo
See Also