DataObjectIdentifierResolver.SlowContractIdentifier(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.
Contracts an identifier by whatever means are available.
protected:
virtual cli::array <System::Object ^> ^ SlowContractIdentifier(System::String ^ typeName, cli::array <System::Object ^> ^ fullIdentifier);
protected virtual object[] SlowContractIdentifier (string typeName, object[] fullIdentifier);
abstract member SlowContractIdentifier : string * obj[] -> obj[]
override this.SlowContractIdentifier : string * obj[] -> obj[]
Protected Overridable Function SlowContractIdentifier (typeName As String, fullIdentifier As Object()) As Object()
Parameters
- typeName
- String
The name of a type of data object.
- fullIdentifier
- Object[]
A full identifier of a data object.
Returns
Object[]
Returns the contracted identifier.
Exceptions
The typeName
parameter is null.