[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public override bool TryCreateAdapter(
DataRow adapterRow,
out IAdapterCollection?? adapter
)
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Overrides Function TryCreateAdapter (
adapterRow As DataRow,
<OutAttribute> ByRef adapter As IAdapterCollection
) As Boolean
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual bool TryCreateAdapter(
DataRow^ adapterRow,
[OutAttribute] IAdapterCollection^% adapter
) override
function TryCreateAdapter(adapterRow, adapter);
[Missing <param name="adapterRow"/> documentation for "M:Gemstone.Timeseries.Adapters.AllAdaptersCollection.TryCreateAdapter(System.Data.DataRow,Gemstone.Timeseries.Adapters.IAdapterCollection@)"]
[Missing <param name="adapter"/> documentation for "M:Gemstone.Timeseries.Adapters.AllAdaptersCollection.TryCreateAdapter(System.Data.DataRow,Gemstone.Timeseries.Adapters.IAdapterCollection@)"]
[Missing <returns> documentation for "M:Gemstone.Timeseries.Adapters.AllAdaptersCollection.TryCreateAdapter(System.Data.DataRow,Gemstone.Timeseries.Adapters.IAdapterCollection@)"]