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