Click or drag to resize

IAdapterCollectionTryCreateAdapter Method

Attempts to create an IAdapter from the specified DataRow.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
bool TryCreateAdapter(
	DataRow adapterRow,
	out IAdapter adapter
)

Parameters

adapterRow  DataRow
DataRow containing item information to initialize.
adapter  IAdapter
Initialized adapter if successful; otherwise null.

Return Value

Boolean
true if item was successfully initialized; otherwise false.
See Also