protected void SetConnection(tgDynamicQuery query)
 {
     if (!String.IsNullOrWhiteSpace(_connectionName))
     {
         query.tg2.Connection.Name = _connectionName;
     }
 }
 protected virtual void HookupQuery(tgDynamicQuery query)
 {
 }
 void IEntityCollection.HookupQuery(tgDynamicQuery query)
 {
     this.HookupQuery(query);
 }
Beispiel #4
0
 protected override void HookupQuery(tgDynamicQuery query)
 {
     this.InitQuery((MailPreferencesQuery)query);
 }
 protected override void HookupQuery(tgDynamicQuery query)
 {
     this.InitQuery((AspNetUserLoginsQuery)query);
 }
Beispiel #6
0
 protected override void HookupQuery(tgDynamicQuery query)
 {
     this.InitQuery((RecipientsQuery)query);
 }
Beispiel #7
0
 protected override void HookupQuery(tgDynamicQuery query)
 {
     this.InitQuery((EmployeesQuery)query);
 }
 void IEntityCollection.HookupQuery(tgDynamicQuery query)
 {
     this.HookupQuery(query);
 }
 virtual protected void HookupQuery(tgDynamicQuery query)
 {
 }
Beispiel #10
0
 protected override void HookupQuery(tgDynamicQuery query)
 {
     this.InitQuery((TVShowsQuery)query);
 }