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

DBStoredProcedureArgument.ToString() Method

Returns a value, specifying the stored procedure’s parameter direction (within brackets and in uppercase letters) along with the name and type of the parameter (separated by a white space).

Namespace: DevExpress.Xpo.DB

Assembly: DevExpress.Data.v18.2.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String value. Example: “[INOUT] OrderDate DateTime“.

See Also