Exemplo n.º 1
0
 private void RefreshSchemaStore(string connAdminUserID)
 {
     this.SchemaStore = this.CommonClient.GetSchemaStore(connAdminUserID);
 }
Exemplo n.º 2
0
 public void Init(string connAdminUserID)
 {
     this.UserStore     = this.CommonClient.GetUserStore(connAdminUserID);
     this.SecurityStore = this.CommonClient.GetSecurityStore(connAdminUserID);
     this.SchemaStore   = this.CommonClient.GetSchemaStore(connAdminUserID);
 }