IVsDataMappedObjectConverter.ConvertToUnderlyingRestriction 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.
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.