16 references to Text
System.Data.Common (2)
System\Data\Common\DbCommand.cs (1)
24[DefaultValue(System.Data.CommandType.Text)]
System\Data\Common\DBCommandBuilder.cs (1)
1470command.CommandType = CommandType.Text;
System.Data.Odbc (6)
Common\System\Data\Common\AdapterUtil.Odbc.cs (1)
93case CommandType.Text:
System\Data\Odbc\Odbc32.cs (1)
43case CommandType.Text:
System\Data\Odbc\OdbcCommand.cs (3)
210DefaultValue(System.Data.CommandType.Text), 217return ((0 != cmdType) ? cmdType : CommandType.Text); 223case CommandType.Text:
System\Data\Odbc\OdbcCommandBuilder.cs (1)
111case System.Data.CommandType.Text:
System.Data.OleDb (8)
OleDbCommand.cs (6)
157[DefaultValue(System.Data.CommandType.Text)] 164return ((0 != cmdType) ? cmdType : CommandType.Text); 170case CommandType.Text: 389Debug.Assert(System.Data.CommandType.Text == CommandType || System.Data.CommandType.StoredProcedure == CommandType, "CreateAccessor: incorrect CommandType"); 648case CommandType.Text: 1043System.Data.CommandType.Text => cmdtxt,
OleDbCommandBuilder.cs (1)
113case System.Data.CommandType.Text:
System\Data\Common\AdapterUtil.cs (1)
266case CommandType.Text: