ModelStore.CreateIdentifier Method (IEnumerable<String>)

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

Syntax

'Declaration
Public Function CreateIdentifier ( _
    parts As IEnumerable(Of String) _
) As ModelStore..::..Identifier
'Usage
Dim instance As ModelStore
Dim parts As IEnumerable(Of String)
Dim returnValue As ModelStore..::..Identifier

returnValue = instance.CreateIdentifier(parts)
public ModelStore..::..Identifier CreateIdentifier(
    IEnumerable<string> parts
)
public:
ModelStore..::..Identifier^ CreateIdentifier(
    IEnumerable<String^>^ parts
)
public function CreateIdentifier(
    parts : IEnumerable<String>
) : ModelStore..::..Identifier
member CreateIdentifier : 
        parts:IEnumerable<string> -> ModelStore..::..Identifier 

Parameters

Return Value

Type: Microsoft.Data.Schema.SchemaModel.ModelStore.Identifier

.NET Framework Security

See Also

Reference

ModelStore Class

ModelStore Members

CreateIdentifier Overload

Microsoft.Data.Schema.SchemaModel Namespace