dotConnect for Salesforce Documentation
Devart.Data Namespace / SqlShimUtils Class / QuoteIfNeed Method

In This Topic
    QuoteIfNeed Method
    In This Topic
    Syntax
    'Declaration
     
    Public Shared Function QuoteIfNeed( _
       ByVal value As String _
    ) As String
    public static string QuoteIfNeed( 
       string value
    )

    Parameters

    value
    See Also