Click or drag to resize

AltaxoOleDbDataSourceCopyFrom(AltaxoOleDbDataSource) Method

Copies the state from another AltaxoOleDbDataSource instance.

Namespace: Altaxo.DataConnection
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void CopyFrom(
	AltaxoOleDbDataSource from
)

Parameters

from  AltaxoOleDbDataSource
The instance to copy from.
See Also