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