public static DbDataReader ExecuteReader(
this DbCommand command,
int timeout,
string sql,
CommandBehavior behavior,
params Object?[] parameters
)<ExtensionAttribute>
Public Shared Function ExecuteReader (
command As DbCommand,
timeout As Integer,
sql As String,
behavior As CommandBehavior,
ParamArray parameters As Object()
) As DbDataReaderpublic:
[ExtensionAttribute]
static DbDataReader^ ExecuteReader(
DbCommand^ command,
int timeout,
String^ sql,
CommandBehavior behavior,
... array<Object^>^ parameters
)Gemstone.Data.DataExtensions.DataExtensions.ExecuteReader = function(command, timeout, sql, behavior, ... parameters);