public virtual Int32 FetchComplete(NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "FetchComplete", pError, adStatus, pRecordset));
 }
 public virtual Int32 InfoMessage(NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Connection_Deprecated pConnection)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "InfoMessage", pError, adStatus, pConnection));
 }
 public virtual Int32 RecordChangeComplete(NetOffice.ADODBApi.Enums.EventReasonEnum adReason, Int32 cRecords, NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "RecordChangeComplete", new object[] { adReason, cRecords, pError, adStatus, pRecordset }));
 }
 public virtual Int32 ExecuteComplete(Int32 recordsAffected, NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Command_Deprecated pCommand, NetOffice.ADODBApi._Recordset_Deprecated pRecordset, NetOffice.ADODBApi._Connection_Deprecated pConnection)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "ExecuteComplete", new object[] { recordsAffected, pError, adStatus, pCommand, pRecordset, pConnection }));
 }
 public virtual Int32 BeginTransComplete(Int32 transactionLevel, NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Connection_Deprecated pConnection)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "BeginTransComplete", transactionLevel, pError, adStatus, pConnection));
 }
Esempio n. 6
0
 public virtual Int32 MoveComplete(NetOffice.ADODBApi.Enums.EventReasonEnum adReason, NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset pRecordset)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "MoveComplete", adReason, pError, adStatus, pRecordset));
 }
Esempio n. 7
0
 public virtual Int32 FieldChangeComplete(Int32 cFields, object fields, NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset pRecordset)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "FieldChangeComplete", new object[] { cFields, fields, pError, adStatus, pRecordset }));
 }
Esempio n. 8
0
 public virtual Int32 ConnectComplete(NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Connection pConnection)
 {
     return(InvokerService.InvokeInternal.ExecuteInt32MethodGet(this, "ConnectComplete", pError, adStatus, pConnection));
 }