1 write to command
System.Data.Linq (1)
SqlClient\SqlProvider.cs (1)
1800
this.
command
= command;
2 references to command
System.Data.Linq (2)
SqlClient\SqlProvider.cs (2)
1794
if (this.
command
!= null && this.parameters != null && useReturnValue) {
1853
object parameterValue = this.
command
.Parameters[parameterIndex].Value;