4 references to CreateCommand
System.Web (4)
UI\WebControls\SqlDataSourceView.cs (4)
805
DbCommand command = _owner.
CreateCommand
(DeleteCommand, connection);
847
DbCommand command = _owner.
CreateCommand
(InsertCommand, connection);
940
DbCommand command = _owner.
CreateCommand
(SelectCommand, connection);
1149
DbCommand command = _owner.
CreateCommand
(UpdateCommand, connection);