Beispiel #1
0
        public NetOffice.ADODBApi._Parameter_Deprecated CreateParameter()
        {
            object[] paramsArray = null;
            object   returnItem  = Invoker.MethodReturn(this, "CreateParameter", paramsArray);

            NetOffice.ADODBApi._Parameter_Deprecated newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ADODBApi._Parameter_Deprecated.LateBindingApiWrapperType) as NetOffice.ADODBApi._Parameter_Deprecated;
            return(newObject);
        }
Beispiel #2
0
        public NetOffice.ADODBApi._Parameter_Deprecated CreateParameter(string name, NetOffice.ADODBApi.Enums.DataTypeEnum type, NetOffice.ADODBApi.Enums.ParameterDirectionEnum direction, Int32 size)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, type, direction, size);
            object   returnItem  = Invoker.MethodReturn(this, "CreateParameter", paramsArray);

            NetOffice.ADODBApi._Parameter_Deprecated newObject = NetOffice.Factory.CreateKnownObjectFromComProxy(this, returnItem, NetOffice.ADODBApi._Parameter_Deprecated.LateBindingApiWrapperType) as NetOffice.ADODBApi._Parameter_Deprecated;
            return(newObject);
        }
        public NetOffice.ADODBApi._Parameter_Deprecated CreateParameter(object name, object type, object direction, object size)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, type, direction, size);
            object   returnItem  = Invoker.MethodReturn(this, "CreateParameter", paramsArray);

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