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