Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Data

Declaration

public override string ToString()

Returns

Type Description
String

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

See Also