Exemplo n.º 1
0
        public NetOffice.DAOApi.QueryDef CreateQueryDef(object name)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name);
            object   returnItem  = Invoker.MethodReturn(this, "CreateQueryDef", paramsArray);

            NetOffice.DAOApi.QueryDef newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.DAOApi.QueryDef.LateBindingApiWrapperType) as NetOffice.DAOApi.QueryDef;
            return(newObject);
        }
Exemplo n.º 2
0
        public NetOffice.DAOApi.QueryDef _Copy()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "_Copy", paramsArray);

            NetOffice.DAOApi.QueryDef newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.DAOApi.QueryDef.LateBindingApiWrapperType) as NetOffice.DAOApi.QueryDef;
            return(newObject);
        }
Exemplo n.º 3
0
 public void Compare(NetOffice.DAOApi.QueryDef pQdef, Int16 lps)
 {
     Factory.ExecuteMethod(this, "Compare", pQdef, lps);
 }
Exemplo n.º 4
0
 public void Compare(NetOffice.DAOApi.QueryDef pQdef, Int16 lps)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(pQdef, lps);
     Invoker.Method(this, "Compare", paramsArray);
 }