Skip to main content

DBStoredProcedureArgument(String, DBColumnType) Constructor

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public DBStoredProcedureArgument(
    string name,
    DBColumnType type
)

Parameters

Name Type Description
name String

A String value.

type DBColumnType

A DBColumnType enumeration value.

See Also