Skip to main content

DBStoredProcedureResultSet.ToString() Method

Returns a value, specifying the number of data table columns included in the stored procedure’s result set.

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: “5 columns“.

See Also