Пример #1
0
        public NetOffice.DAOApi.TableDef CreateTableDef(object name, object attributes, object sourceTableName)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, attributes, sourceTableName);
            object   returnItem  = Invoker.MethodReturn(this, "CreateTableDef", paramsArray);

            NetOffice.DAOApi.TableDef newObject = Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.DAOApi.TableDef.LateBindingApiWrapperType) as NetOffice.DAOApi.TableDef;
            return(newObject);
        }
Пример #2
0
        public NetOffice.DAOApi.TableDef CreateTableDef()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "CreateTableDef", paramsArray);

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