Base:
property
CommandType
System.Data.Common.DbCommand.CommandType
Implemented interface member:
property
CommandType
System.Data.IDbCommand.CommandType
1 write to CommandType
System.Data.OleDb (1)
OleDbCommand.cs (1)
77
CommandType
= from.CommandType;
10 references to CommandType
System.Data.OleDb (10)
OleDbCommand.cs (8)
77
CommandType = from.
CommandType
;
389
Debug.Assert(System.Data.CommandType.Text ==
CommandType
|| System.Data.CommandType.StoredProcedure ==
CommandType
, "CreateAccessor: incorrect CommandType");
645
switch (
CommandType
)
658
throw ADP.InvalidCommandType(
CommandType
);
1039
CommandType cmdtype =
CommandType
;
1188
if (CommandType.TableDirect !=
CommandType
)
1193
if (CommandType.TableDirect !=
CommandType
)
OleDbCommandBuilder.cs (2)
111
switch (command.
CommandType
)
121
throw ADP.InvalidCommandType(command.
CommandType
);