TheStorageMirror<(Of <(<'T>)>)>..::..ExecuteSql Method
                
    Namespace: 
   nsCDEngine.Engines.StorageService
Assembly: C-DEngine (in C-DEngine.dll)
            Assembly: C-DEngine (in C-DEngine.dll)
Syntax
public void ExecuteSql( string tSql, string tColFilter, Action<TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse> pCallBack )
Public Sub ExecuteSql ( _ tSql As String, _ tColFilter As String, _ pCallBack As Action(Of TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse) _ )
public: void ExecuteSql( String^ tSql, String^ tColFilter, Action<TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse^>^ pCallBack )
Parameters
- tSql
 - Type: String
 
- tColFilter
 - Type: String
 
- pCallBack
 - Type: Action<(Of <(<'TheStorageMirror<(Of <(<'T>)>)>..::..StoreResponse>)>)>