|
IAdapterCollectionTryCreateAdapter Method
|
Namespace: GSF.TimeSeries.AdaptersAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.205-beta
Syntax function TryCreateAdapter(adapterRow, adapter);
Parameters
- adapterRow DataRow
- DataRow containing item information to initialize.
- adapter IAdapter
- Initialized adapter if successful; otherwise null.
Return Value
Booleantrue if item was successfully initialized; otherwise
false.
See Also