1 write to Attributes
System.Data.Entity (1)
System\Data\Common\DataRecord.cs (1)
553
cache.
Attributes
= attributes;
3 references to Attributes
System.Data.Entity (3)
System\Data\Common\DataRecord.cs (3)
444
if (other == null ||
Attributes
== null) return false;
446
if (
Attributes
.Length != other.Length) return false;
450
if (!
Attributes
[i].Match(other[i])) return false;