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

Return Value

Type: System.String
An object that represents the value of the external property.

.NET Framework Security

See Also

Reference

ModelStore Class

Microsoft.Data.Schema.SchemaModel Namespace

ModelIdentifier