'Declaration
Public Function New( _ ByVal template As DAMappingContext _ )
'Usage
Dim template As DAMappingContext Dim instance As New DAMappingContext(template)
public DAMappingContext( DAMappingContext template )
public: DAMappingContext( DAMappingContext^ template )
Parameters
- template
- The mapping context that is used as a template for creating a new instance.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).