Example #1
0
 public IAliasFactory ContentPartRecord <TRecord>() where TRecord : ContentPartRecord
 {
     Current = _query.BindPartCriteria <TRecord>();
     return(this);
 }
Example #2
0
 public IAliasFactory ContentPartRecord <TRecord>(string type = null, Action <IHqlExpressionFactory> withPredicate = null) where TRecord : ContentPartRecord
 {
     Current = _query.BindPartCriteria <TRecord>(type, withPredicate);
     return(this);
 }