Share via


SqlReverseEngineer.FormatSqlString Method

Converts a SQL string to a string literal.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Protected Shared Function FormatSqlString ( _
    value As String _
) As String
'Usage
Dim value As String
Dim returnValue As String

returnValue = SqlReverseEngineer.FormatSqlString(value)
protected static string FormatSqlString(
    string value
)
protected:
static String^ FormatSqlString(
    String^ value
)
protected static function FormatSqlString(
    value : String
) : String
static member FormatSqlString : 
        value:string -> string 

Parameters

Return Value

Type: System.String

.NET Framework Security

See Also

Reference

SqlReverseEngineer Class

SqlReverseEngineer Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace