Ejemplo n.º 1
0
        public NetOffice.DAOApi.Relation CreateRelation(object name, object table, object foreignTable)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, table, foreignTable);
            object   returnItem  = Invoker.MethodReturn(this, "CreateRelation", paramsArray);

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

            NetOffice.DAOApi.Relation newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.DAOApi.Relation.LateBindingApiWrapperType) as NetOffice.DAOApi.Relation;
            return(newObject);
        }