AdoDotNetObjectIdentifierConverter.BuildString Method

Definition

Concatenates identifier parts into a string and inserts the separator character in between.

protected:
 override System::String ^ BuildString(System::String ^ typeName, cli::array <System::String ^> ^ identifierParts, Microsoft::VisualStudio::Data::Services::DataObjectIdentifierFormat format);
protected override string BuildString (string typeName, string[] identifierParts, Microsoft.VisualStudio.Data.Services.DataObjectIdentifierFormat format);
override this.BuildString : string * string[] * Microsoft.VisualStudio.Data.Services.DataObjectIdentifierFormat -> string
Protected Overrides Function BuildString (typeName As String, identifierParts As String(), format As DataObjectIdentifierFormat) As String

Parameters

typeName
String

The type of the database object.

identifierParts
String[]

An array of formatted identifier parts.

format
DataObjectIdentifierFormat

A value of the DataObjectIdentifierFormat enumeration. This value is used to check whether the string is used for display purposes only. If so, the format of the string is changed.

Returns

The concatenated string containing all identifiers in the given order.

Applies to