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