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

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

Declaration

public override string ToString()

Returns

Type Description
String

A String value. Example: “5 columns“.

See Also