1 reference to HasErrors
System.Data.Common (1)
System\Data\DataRow.cs (1)
793public bool HasErrors => _error == null ? false : _error.HasErrors;