1 write to InsertCommand
System.Web (1)
UI\WebControls\SqlDataSource.cs (1)
349GetView().InsertCommand = value;
3 references to InsertCommand
System.Web (3)
UI\WebControls\SqlDataSource.cs (1)
346return GetView().InsertCommand;
UI\WebControls\SqlDataSourceView.cs (2)
106return (InsertCommand.Length != 0); 847DbCommand command = _owner.CreateCommand(InsertCommand, connection);