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

DBStoredProcedureArgument(String, DBColumnType, DBStoredProcedureArgumentDirection) Constructor

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

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public DBStoredProcedureArgument(
    string name,
    DBColumnType type,
    DBStoredProcedureArgumentDirection direction
)

Parameters

Name Type Description
name String

A String value. This value is assigned to the DBNameTypePair.Name property.

type DBColumnType

A DBColumnType enumeration value. This value is assigned to the DBNameTypePair.Type property.

direction DBStoredProcedureArgumentDirection

A DBStoredProcedureArgumentDirection enumeration value. This value is assigned to the DBStoredProcedureArgument.Direction property.

See Also