DataObjectIdentifierResolver.ExpandIdentifier(String, Object[]) Method

Definition

Expands an identifier for a data object with the specified type and partial identifier.

public:
 abstract cli::array <System::Object ^> ^ ExpandIdentifier(System::String ^ typeName, cli::array <System::Object ^> ^ partialIdentifier);
public abstract object[] ExpandIdentifier (string typeName, object[] partialIdentifier);
abstract member ExpandIdentifier : string * obj[] -> obj[]
Public MustOverride Function ExpandIdentifier (typeName As String, partialIdentifier As Object()) As Object()

Parameters

typeName
String

The name of a type of data object.

partialIdentifier
Object[]

A partial identifier of a data object.

Returns

Object[]

The complete, expanded identifier of the data object that matches the partial identifier passed in, or null if the identifier could not be expanded.

Implements

Applies to