Exemple #1
0
 public IThrough <T, TTarget> Load <TTarget>(CollectionTarget <T, TTarget> target, ColumnsFunc <TTarget> columns = null)
 {
     throw new NotImplementedException();
 }
Exemple #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();
 }
Exemple #3
0
 public ILoadSubCollection <T, TTarget> Load <TTarget>(CollectionTarget <T, TTarget> target, Join <T, TTarget> join, ColumnsFunc <TTarget> columns = null)
 {
     throw new NotImplementedException();
 }
Exemple #4
0
 public IQueryCollection <T> Collect <T>(QueryFunc <T> query = null, ColumnsFunc <T> columns = null)
 {
     throw new NotImplementedException();
 }