public NetOffice.ADODBApi._Recordset_Deprecated NextRecordset()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "NextRecordset", paramsArray);

            NetOffice.ADODBApi._Recordset_Deprecated newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ADODBApi._Recordset_Deprecated.LateBindingApiWrapperType) as NetOffice.ADODBApi._Recordset_Deprecated;
            return(newObject);
        }
Example #2
0
        public NetOffice.ADODBApi._Recordset_Deprecated Execute(string commandText, object recordsAffected)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(commandText, recordsAffected);
            object   returnItem  = Invoker.MethodReturn(this, "Execute", paramsArray);

            NetOffice.ADODBApi._Recordset_Deprecated newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ADODBApi._Recordset_Deprecated.LateBindingApiWrapperType) as NetOffice.ADODBApi._Recordset_Deprecated;
            return(newObject);
        }
Example #3
0
        public NetOffice.ADODBApi._Recordset_Deprecated Execute(object recordsAffected, object parameters, Int32 options)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(recordsAffected, parameters, options);
            object   returnItem  = Invoker.MethodReturn(this, "Execute", paramsArray);

            NetOffice.ADODBApi._Recordset_Deprecated newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ADODBApi._Recordset_Deprecated.LateBindingApiWrapperType) as NetOffice.ADODBApi._Recordset_Deprecated;
            return(newObject);
        }
        public NetOffice.ADODBApi._Recordset_Deprecated Clone(NetOffice.ADODBApi.Enums.LockTypeEnum lockType)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(lockType);
            object   returnItem  = Invoker.MethodReturn(this, "Clone", paramsArray);

            NetOffice.ADODBApi._Recordset_Deprecated newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ADODBApi._Recordset_Deprecated.LateBindingApiWrapperType) as NetOffice.ADODBApi._Recordset_Deprecated;
            return(newObject);
        }
Example #5
0
        public NetOffice.ADODBApi._Recordset_Deprecated OpenSchema(NetOffice.ADODBApi.Enums.SchemaEnum schema, object restrictions)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(schema, restrictions);
            object   returnItem  = Invoker.MethodReturn(this, "OpenSchema", paramsArray);

            NetOffice.ADODBApi._Recordset_Deprecated newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ADODBApi._Recordset_Deprecated.LateBindingApiWrapperType) as NetOffice.ADODBApi._Recordset_Deprecated;
            return(newObject);
        }
        public Int32 WillMove(NetOffice.ADODBApi.Enums.EventReasonEnum adReason, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(adReason, adStatus, pRecordset);
            object   returnItem  = Invoker.MethodReturn(this, "WillMove", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public 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)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(recordsAffected, pError, adStatus, pCommand, pRecordset, pConnection);
            object   returnItem  = Invoker.MethodReturn(this, "ExecuteComplete", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public Int32 WillExecute(string source, NetOffice.ADODBApi.Enums.CursorTypeEnum cursorType, NetOffice.ADODBApi.Enums.LockTypeEnum lockType, Int32 options, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Command_Deprecated pCommand, NetOffice.ADODBApi._Recordset_Deprecated pRecordset, NetOffice.ADODBApi._Connection_Deprecated pConnection)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(source, cursorType, lockType, options, adStatus, pCommand, pRecordset, pConnection);
            object   returnItem  = Invoker.MethodReturn(this, "WillExecute", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
Example #9
0
 public 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(Factory.ExecuteInt32MethodGet(this, "ExecuteComplete", new object[] { recordsAffected, pError, adStatus, pCommand, pRecordset, pConnection }));
 }
        public Int32 FetchComplete(NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(pError, adStatus, pRecordset);
            object   returnItem  = Invoker.MethodReturn(this, "FetchComplete", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
 public Int32 WillMove(NetOffice.ADODBApi.Enums.EventReasonEnum adReason, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
 {
     return(Factory.ExecuteInt32MethodGet(this, "WillMove", adReason, adStatus, pRecordset));
 }
 public Int32 RecordChangeComplete(NetOffice.ADODBApi.Enums.EventReasonEnum adReason, Int32 cRecords, NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
 {
     return(Factory.ExecuteInt32MethodGet(this, "RecordChangeComplete", new object[] { adReason, cRecords, pError, adStatus, pRecordset }));
 }
 public Int32 FieldChangeComplete(Int32 cFields, object fields, NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
 {
     return(Factory.ExecuteInt32MethodGet(this, "FieldChangeComplete", new object[] { cFields, fields, pError, adStatus, pRecordset }));
 }
 public Int32 WillChangeField(Int32 cFields, object fields, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
 {
     return(Factory.ExecuteInt32MethodGet(this, "WillChangeField", cFields, fields, adStatus, pRecordset));
 }
        public Int32 EndOfRecordset(bool fMoreData, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(fMoreData, adStatus, pRecordset);
            object   returnItem  = Invoker.MethodReturn(this, "EndOfRecordset", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
        public Int32 FetchProgress(Int32 progress, Int32 maxProgress, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(progress, maxProgress, adStatus, pRecordset);
            object   returnItem  = Invoker.MethodReturn(this, "FetchProgress", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
 public Int32 EndOfRecordset(bool fMoreData, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
 {
     return(Factory.ExecuteInt32MethodGet(this, "EndOfRecordset", fMoreData, adStatus, pRecordset));
 }
        public Int32 WillChangeField(Int32 cFields, object fields, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(cFields, fields, adStatus, pRecordset);
            object   returnItem  = Invoker.MethodReturn(this, "WillChangeField", paramsArray);

            return(NetRuntimeSystem.Convert.ToInt32(returnItem));
        }
 public Int32 FetchProgress(Int32 progress, Int32 maxProgress, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
 {
     return(Factory.ExecuteInt32MethodGet(this, "FetchProgress", progress, maxProgress, adStatus, pRecordset));
 }
 public Int32 FetchComplete(NetOffice.ADODBApi.Error pError, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Recordset_Deprecated pRecordset)
 {
     return(Factory.ExecuteInt32MethodGet(this, "FetchComplete", pError, adStatus, pRecordset));
 }
Example #21
0
 public Int32 WillExecute(string source, NetOffice.ADODBApi.Enums.CursorTypeEnum cursorType, NetOffice.ADODBApi.Enums.LockTypeEnum lockType, Int32 options, NetOffice.ADODBApi.Enums.EventStatusEnum adStatus, NetOffice.ADODBApi._Command_Deprecated pCommand, NetOffice.ADODBApi._Recordset_Deprecated pRecordset, NetOffice.ADODBApi._Connection_Deprecated pConnection)
 {
     return(Factory.ExecuteInt32MethodGet(this, "WillExecute", new object[] { source, cursorType, lockType, options, adStatus, pCommand, pRecordset, pConnection }));
 }