ModelStore.EncodeIdentifier Method
Returns a string representation of the identifier that is encoded with appropriate quotation and separator characters to demarcate its parts.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Shared Function EncodeIdentifier ( _
identifier As ModelIdentifier _
) As String
public static string EncodeIdentifier(
ModelIdentifier identifier
)
public:
static String^ EncodeIdentifier(
ModelIdentifier^ identifier
)
static member EncodeIdentifier :
identifier:ModelIdentifier -> string
public static function EncodeIdentifier(
identifier : ModelIdentifier
) : String
Parameters
- identifier
Type: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
A ModelIdentifier.
Return Value
Type: System.String
An object that represents the value of the external property.
.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.