'Declaration
Public Overrides NotOverridable Function CreateMappingContext( _ ByVal mappingContextTemplate As AbstractMappingContext _ ) As AbstractMappingContext
'Usage
Dim instance As DAMappingProvider Dim mappingContextTemplate As AbstractMappingContext Dim value As AbstractMappingContext value = instance.CreateMappingContext(mappingContextTemplate)
public override AbstractMappingContext CreateMappingContext( AbstractMappingContext mappingContextTemplate )
public: AbstractMappingContext^ CreateMappingContext( AbstractMappingContext^ mappingContextTemplate ) override
Parameters
- mappingContextTemplate
- The template that contains initial values for the new mapping context.The template that contains initial values for the new mapping context.
Return Value
The newly created mapping context.The newly created mapping context.