Click or drag to resize

AllAdaptersCollectionTryCreateAdapter Method

This method is not implemented in AllAdaptersCollection.

Namespace: GSF.TimeSeries.Adapters
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool TryCreateAdapter(
	DataRow adapterRow,
	out IAdapterCollection adapter
)
View Source

Parameters

adapterRow  DataRow
 
adapter  IAdapterCollection
 

Return Value

Boolean
See Also