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); }
protected override void HookupQuery(tgDynamicQuery query) { this.InitQuery((MailPreferencesQuery)query); }
protected override void HookupQuery(tgDynamicQuery query) { this.InitQuery((AspNetUserLoginsQuery)query); }
protected override void HookupQuery(tgDynamicQuery query) { this.InitQuery((RecipientsQuery)query); }
protected override void HookupQuery(tgDynamicQuery query) { this.InitQuery((EmployeesQuery)query); }
virtual protected void HookupQuery(tgDynamicQuery query) { }
protected override void HookupQuery(tgDynamicQuery query) { this.InitQuery((TVShowsQuery)query); }