DataObjectConceptMapper.MapValuesToConcept(String, 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.
Maps one or more data-source-specific values to a specified generic concept.
public:
abstract System::Object ^ MapValuesToConcept(System::String ^ typeName, System::String ^ conceptName, cli::array <System::Object ^> ^ values);
public abstract object MapValuesToConcept (string typeName, string conceptName, object[] values);
abstract member MapValuesToConcept : string * string * obj[] -> obj
Public MustOverride Function MapValuesToConcept (typeName As String, conceptName As String, values As Object()) As Object
Parameters
- typeName
- String
The name of the data object type requesting this mapping.
- conceptName
- String
The name of the generic concept.
- values
- Object[]
One or more data source specific values to map into the concept specified by conceptName
.
Returns
Returns the value of the generic concept.
Exceptions
The conceptName
and/or values
parameter is null
The typeName
and/or conceptName
parameter is invalid, or the values
array does not contain the expected type of data.
This method does not support mapping of the specified concept for the specified types.