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