OPC Studio User's Guide and Reference
DefaultMappingProvider Property (DAMapper)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.DataAccess.LiveMapping Namespace > DAMapper Class : DefaultMappingProvider Property
A default mapping provider.
Syntax
'Declaration
 
<NotNullAttribute()>
Public Shared Property DefaultMappingProvider As DAMappingProvider
'Usage
 
Dim value As DAMappingProvider
 
DAMapper.DefaultMappingProvider = value
 
value = DAMapper.DefaultMappingProvider
[NotNull()]
public static DAMappingProvider DefaultMappingProvider {get; set;}
[NotNull()]
public:
static property DAMappingProvider^ DefaultMappingProvider {
   DAMappingProvider^ get();
   void set (    DAMappingProvider^ value);
}

Property Value

The value of this property cannot be null (Nothing in Visual Basic).

Remarks

The default mapping provider is used when no mapping provider is specified in the constructor of the mapper.

The initial value is equal to DAMappingProvider.SharedInstance; all its limitations apply.

Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also