2 writes to rowError
System.Data (2)
fx\src\data\System\Data\DataError.cs (2)
99
rowError
= String.Empty;
118
rowError
= errorText;
2 references to rowError
System.Data (2)
fx\src\data\System\Data\DataError.cs (2)
34
return
rowError
;
43
return(
rowError
.Length != 0 || count != 0);