Example #1
0
 static public TEntity GetEntity <TEntity>(this EntityRow dataRow, IEntityTableSource entityTableSource = null)
 {
     return(dataRow.GenProxy <TEntity>(entityTableSource).Entity);
 }