Share via


IVsDataMappedObjectConverter.ConvertToUnderlyingRestriction Method

Definition

When implemented by a class, converts the specified mapped restrictions into underlying restrictions that are data source–specific.

public:
 System::Object ^ ConvertToUnderlyingRestriction(System::String ^ mappedTypeName, int substitutionValueIndex, cli::array <System::Object ^> ^ mappedRestrictions);
public object ConvertToUnderlyingRestriction (string mappedTypeName, int substitutionValueIndex, object[] mappedRestrictions);
abstract member ConvertToUnderlyingRestriction : string * int * obj[] -> obj
Public Function ConvertToUnderlyingRestriction (mappedTypeName As String, substitutionValueIndex As Integer, mappedRestrictions As Object()) As Object

Parameters

mappedTypeName
String

The name of the mapped type.

substitutionValueIndex
Int32

Index into the array of substitution values.

mappedRestrictions
Object[]

An array containing the mapped restrictions.

Returns

The underlying restriction that is converted from the mapped restriction.

Applies to