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.v24.1.dll
NuGet Package: DevExpress.Data
Declaration
Returns
Type | Description |
---|---|
String | A String value. Example: “5 columns“. |
See Also