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