4 references to CommandList
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlCommandSet.cs (4)
66
return
CommandList
.Count;
203
CommandList
.Add(cmd);
275
return
CommandList
[commandIndex].Parameters[parameterIndex];
286
return
CommandList
[commandIndex].Parameters.Count;