Exemplo n.º 1
0
 public override object query(string request, AbstractPermission permission = null)
 {
     InterSystems.Data.CacheClient.CacheCommand cmd = new InterSystems.Data.CacheClient.CacheCommand(request, _cxn);
     return(cmd.ExecuteReader());
 }
Exemplo n.º 2
0
 /// <summary>
 /// Projection of query Extent
 /// </summary>
 public static InterSystems.Data.CacheClient.CacheCommand Extent(InterSystems.Data.CacheClient.CacheConnection conn)
 {
     InterSystems.Data.CacheClient.CacheCommand cmd = new InterSystems.Data.CacheClient.CacheCommand("{ call SQLUser.GGTestProduct_Extent}", conn);
     return(cmd);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Projection of query Extent
 /// </summary>
 public static InterSystems.Data.CacheClient.CacheCommand Extent(InterSystems.Data.CacheClient.CacheConnection conn) {
     InterSystems.Data.CacheClient.CacheCommand cmd = new InterSystems.Data.CacheClient.CacheCommand("{ call SQLUser.GGTestProduct_Extent}", conn);
     return cmd;
 }