1 write to InsertCommandType
System.Web (1)
UI\WebControls\SqlDataSource.cs (1)
366GetView().InsertCommandType = value;
2 references to InsertCommandType
System.Web (2)
UI\WebControls\SqlDataSource.cs (1)
363return GetView().InsertCommandType;
UI\WebControls\SqlDataSourceView.cs (1)
850command.CommandType = GetCommandType(InsertCommandType);