Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an escaped version of the provided name.
Namespace: Microsoft.Data.Schema
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public MustOverride Function GetEscapedNameString ( _
name As String _
) As String
public abstract string GetEscapedNameString(
string name
)
public:
virtual String^ GetEscapedNameString(
String^ name
) abstract
abstract GetEscapedNameString :
name:string -> string
public abstract function GetEscapedNameString(
name : String
) : String
Parameters
- name
Type: System.String
A string that contains the name to be escaped.
Return Value
Type: System.String
The escaped name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.