コード例 #1
0
 public FluentQuery() : base()
 {
     Settings = new FluentQuerySettings <P, E>(this);
 }
コード例 #2
0
 protected FluentQuery() : base()
 {
     SearchValue = null;
     Settings    = new FluentQuerySettings <P, E>(this);
 }