Skip to main content

StoredProcedureViewInfo.ToString() Method

Returns the stored procedure display name.

Namespace: DevExpress.DataAccess.Wizard.Views

Assembly: DevExpress.DataAccess.v25.1.dll

NuGet Package: DevExpress.DataAccess

Declaration

public override string ToString()

Returns

Type Description
String

A string that specifies the stored procedure name.

See Also