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