[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
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>] abstract TryCreateAdapter : adapterRow : DataRow * adapter : IAdapterCollection byref -> bool [<EditorBrowsableAttribute(EditorBrowsableState.Never)>] override TryCreateAdapter : adapterRow : DataRow * adapter : IAdapterCollection byref -> bool
function TryCreateAdapter(adapterRow, adapter);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.