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

StoredProcedureInfo(String, String, IEnumerable<KeyValuePair<String, Type>>) Constructor

Initializes a new instance of the StoredProcedureInfo class with specified settings.

Namespace: DevExpress.Data.XtraReports.DataProviders

Assembly: DevExpress.Data.v19.1.dll

Declaration

public StoredProcedureInfo(
    string name,
    string displayName,
    IEnumerable<KeyValuePair<string, Type>> parameters
)

Parameters

Name Type Description
name String

A String value specifying the stored procedure name.

displayName String

A String value specifying the stored procedure display name.

parameters IEnumerable<KeyValuePair<String, Type>>

A collection of stored procedure parameters.

See Also