Sdílet prostřednictvím


DataObjectIdentifierResolver.SlowExpandIdentifier(String, Object[]) Method

Definition

Expands an identifier by whatever means are available.

protected:
 virtual cli::array <System::Object ^> ^ SlowExpandIdentifier(System::String ^ typeName, cli::array <System::Object ^> ^ partialIdentifier);
protected virtual object[] SlowExpandIdentifier (string typeName, object[] partialIdentifier);
abstract member SlowExpandIdentifier : string * obj[] -> obj[]
override this.SlowExpandIdentifier : string * obj[] -> obj[]
Protected Overridable Function SlowExpandIdentifier (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 expanded identifier.

Exceptions

The typeName parameter is null.

Applies to