public AggregateClause(EasyObject entity)
 {
     this._entity = entity;
 }
 public WhereClause(EasyObject entity)
 {
     this._entity = entity;
 }
Exemple #3
0
 public WhereClause(EasyObject entity)
 {
     this._entity = entity;
 }
Exemple #4
0
 public AggregateClause(EasyObject entity)
 {
     this._entity = entity;
 }
 /// <summary>
 /// Initialize a new instance of the <see cref="SqlServerDynamicQuery"/> class.
 /// </summary>
 public FirebirdDynamicQuery(EasyObject entity)
     : base(entity)
 {
 }
 /// <summary>
 /// Initialize a new instance of the <see cref="MSAccessDynamicQuery"/> class.
 /// </summary>
 public MSAccessDynamicQuery(EasyObject entity) : base(entity)
 {
 }
 /// <summary>
 /// Initialize a new instance of the <see cref="OracleDynamicQuery"/> class.
 /// </summary>
 public OracleDynamicQuery(EasyObject entity) : base(entity)
 {
 }