1 override of ElementType
System.Data.Common (1)
System\Data\EnumerableRowCollection.cs (1)
45internal override Type ElementType
2 references to ElementType
System.Data.Common (2)
System\Data\EnumerableRowCollectionExtensions.cs (2)
144if ((null != source) && source.ElementType.Equals(typeof(TResult))) 159typeof(TResult).IsAssignableFrom(source.ElementType) && typeof(DataRow).IsAssignableFrom(typeof(TResult)),