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