ModelStore.CreateIdentifier Method

Include Protected Members
Include Inherited Members

Creates a unique model identifier.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method CreateIdentifier(ICollection<String>) Creates a unique model identifier by using the provided collection of part names.
Public method CreateIdentifier(array<String[]) Creates a unique model identifier by using the provided array of part names.
Public method CreateIdentifier(Boolean, ICollection<String>) Creates a unique model identifier by using the provided collection of name parts.
Public method CreateIdentifier(Boolean, array<String[]) Creates a unique model identifier by using the provided case-sensitive indication and array of part names.
Public method CreateIdentifier(IList<String>, ICollection<String>) Creates a unique model identifier by using the provided list of external part names, indication of case sensitivity, and collection of part names.
Public method CreateIdentifier(IList<String>, Boolean, ICollection<String>) Creates a unique model identifier by using the provided list of external parts, indication of case sensitivity, and collection of part names.
Public method CreateIdentifier(IList<String>, Boolean, array<String[]) Creates a unique model identifier by using the provided list of external part names, indication of case sensitivity, and array of part names.

Top

See Also

Reference

ModelStore Class

Microsoft.Data.Schema.SchemaModel Namespace