Exemplo n.º 1
0
 public IThrough <T, TTarget> Load <TTarget>(CollectionTarget <T, TTarget> target, ColumnsFunc <TTarget> columns = null)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public ILoadSingle <T, TTarget> Load <TTarget>(SingleTarget <T, TTarget> target, Join <T, TTarget> join, ColumnsFunc <TTarget> columns = null, bool throwIfNotExists = true)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public ILoadSubCollection <T, TTarget> Load <TTarget>(CollectionTarget <T, TTarget> target, Join <T, TTarget> join, ColumnsFunc <TTarget> columns = null)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 4
0
 public IQueryCollection <T> Collect <T>(QueryFunc <T> query = null, ColumnsFunc <T> columns = null)
 {
     throw new NotImplementedException();
 }