예제 #1
0
        public NetOffice.DAOApi.Recordset OpenRecordset()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "OpenRecordset", paramsArray);

            NetOffice.DAOApi.Recordset newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.DAOApi.Recordset;
            return(newObject);
        }
예제 #2
0
        public NetOffice.DAOApi.Recordset OpenRecordset(string name, object type, object options)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, type, options);
            object   returnItem  = Invoker.MethodReturn(this, "OpenRecordset", paramsArray);

            NetOffice.DAOApi.Recordset newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.DAOApi.Recordset;
            return(newObject);
        }
예제 #3
0
        public NetOffice.DAOApi.Recordset CreateSnapshot(object options)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(options);
            object   returnItem  = Invoker.MethodReturn(this, "CreateSnapshot", paramsArray);

            NetOffice.DAOApi.Recordset newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.DAOApi.Recordset;
            return(newObject);
        }
예제 #4
0
        public NetOffice.DAOApi.Recordset _30__OpenRecordset(object type)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(type);
            object   returnItem  = Invoker.MethodReturn(this, "_30__OpenRecordset", paramsArray);

            NetOffice.DAOApi.Recordset newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.DAOApi.Recordset;
            return(newObject);
        }
예제 #5
0
        public NetOffice.DAOApi.Recordset CreateDynaset(object options, object inconsistent)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(options, inconsistent);
            object   returnItem  = Invoker.MethodReturn(this, "CreateDynaset", paramsArray);

            NetOffice.DAOApi.Recordset newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.DAOApi.Recordset;
            return(newObject);
        }
예제 #6
0
        public NetOffice.DAOApi.Recordset OpenTable(string name)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name);
            object   returnItem  = Invoker.MethodReturn(this, "OpenTable", paramsArray);

            NetOffice.DAOApi.Recordset newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.DAOApi.Recordset;
            return(newObject);
        }
예제 #7
0
 public NetOffice.DAOApi.Recordset this[object item]
 {
     get
     {
         object[] paramsArray = Invoker.ValidateParamsArray(item);
         object   returnItem  = Invoker.PropertyGet(this, "Item", paramsArray);
         NetOffice.DAOApi.Recordset newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.DAOApi.Recordset;
         return(newObject);
     }
 }