Share via


AdoDotNetObjectConceptMapper.MapValuesToConcept Method

Definition

Maps one or more data-source-specific values to a specified generic concept.

public:
 override System::Object ^ MapValuesToConcept(System::String ^ typeName, System::String ^ conceptName, cli::array <System::Object ^> ^ values);
public override object MapValuesToConcept (string typeName, string conceptName, object[] values);
override this.MapValuesToConcept : string * string * obj[] -> obj
Public Overrides 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 an object representing 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.

Applies to