6 references to errors
System.Data (6)
fx\src\data\System\Data\SqlClient\SqlErrorCollection.cs (6)
26this.errors.CopyTo(array, index); 30this.errors.CopyTo(array, index); 34get { return this.errors.Count;} 47return (SqlError) this.errors[index]; 52return errors.GetEnumerator(); 56this.errors.Add(error);