dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SelectColumn Class / ToString() Method

On this page
    ToString() Method
    On this page
    Returns the current SelectColumn object in the text form.
    Syntax
    'Declaration
     
    Public Overrides Function ToString() As String
    public override string ToString()

    Return Value

    Text representation of the current SelectColumn object.
    See Also