2 overrides of GetRowType
System.Data.Entity.Design (2)
System\Data\Entity\Design\SSDLGenerator\RelationshipDetailsCollection.cs (1)
298protected override System.Type GetRowType()
System\Data\Entity\Design\SSDLGenerator\TableDetailsCollection.cs (1)
316protected override System.Type GetRowType()
2 references to GetRowType
System.Data (2)
fx\src\data\System\Data\DataTable.cs (2)
3212EmptyDataRowArray = (DataRow[]) Array.CreateInstance(GetRowType(), 0); 3216return (DataRow[]) Array.CreateInstance(GetRowType(), size);