4 references to CommandCount
System.Data (4)
fx\src\data\System\Data\SqlClient\SqlDataAdapter.cs (4)
169
int commandIdentifier = _commandSet.
CommandCount
;
191
Debug.Assert(null != _commandSet && (0 < _commandSet.
CommandCount
), "no commands");
197
Debug.Assert(commandIdentifier < _commandSet.
CommandCount
, "commandIdentifier out of range");
204
Debug.Assert(commandIdentifier < _commandSet.
CommandCount
, "commandIdentifier out of range");