DataObjectIdentifierResolver.ExpandIdentifier(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 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.