public static OleDbDataReader ExecuteReader( this OleDbCommand command, string sql, CommandBehavior behavior, int timeout, params Object[] parameters )
<ExtensionAttribute> Public Shared Function ExecuteReader ( command As OleDbCommand, sql As String, behavior As CommandBehavior, timeout As Integer, ParamArray parameters As Object() ) As OleDbDataReader
public: [ExtensionAttribute] static OleDbDataReader^ ExecuteReader( OleDbCommand^ command, String^ sql, CommandBehavior behavior, int timeout, ... array<Object^>^ parameters )
[<ExtensionAttribute>] static member ExecuteReader : command : OleDbCommand * sql : string * behavior : CommandBehavior * timeout : int * parameters : Object[] -> OleDbDataReader
GSF.Data.DataExtensions.ExecuteReader = function(command, sql, behavior, timeout, ... parameters);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.