Click or drag to resize

AltaxoOleDbDataSource(AltaxoOleDbDataSource) Constructor

Initializes a new instance of the AltaxoOleDbDataSource class by copying another instance.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected AltaxoOleDbDataSource(
	AltaxoOleDbDataSource from
)

Parameters

from  AltaxoOleDbDataSource
The instance to copy from.
See Also