DataMappedObjectConverter.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.
Overloads
ConvertToUnderlyingRestriction(String, Int32, Object[]) |
Converts the specified mapped restrictions into underlying restrictions that are data source specific. |
ConvertToUnderlyingRestriction(String, Int32, Object[], Object[]) |
Converts the specified mapped restrictions into underlying restrictions that are data source specific. |
ConvertToUnderlyingRestriction(String, Int32, Object[])
Converts the specified mapped restrictions into underlying restrictions that are data source specific.
public:
virtual 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
override this.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.
Implements
Applies to
ConvertToUnderlyingRestriction(String, Int32, Object[], Object[])
Converts the specified mapped restrictions into underlying restrictions that are data source specific.
protected:
virtual System::Object ^ ConvertToUnderlyingRestriction(System::String ^ mappedTypeName, int substitutionValueIndex, cli::array <System::Object ^> ^ mappedRestrictions, cli::array <System::Object ^> ^ parameters);
protected virtual object ConvertToUnderlyingRestriction (string mappedTypeName, int substitutionValueIndex, object[] mappedRestrictions, object[] parameters);
abstract member ConvertToUnderlyingRestriction : string * int * obj[] * obj[] -> obj
override this.ConvertToUnderlyingRestriction : string * int * obj[] * obj[] -> obj
Protected Overridable Function ConvertToUnderlyingRestriction (mappedTypeName As String, substitutionValueIndex As Integer, mappedRestrictions As Object(), parameters 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.
- parameters
- Object[]
An array containing the parameters.
Returns
The underlying restriction that is converted from the mapped restriction.