DataObjectIdentifierResolver.SlowExpandIdentifier(String, Object[]) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.