Пример #1
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);
        }
Пример #2
0
        public NetOffice.OWC10Api.SchemaField Add(string name, NetOffice.ADODBApi.Enums.DataTypeEnum dataType)
        {
            object[] paramsArray = Invoker.ValidateParamsArray(name, dataType);
            object   returnItem  = Invoker.MethodReturn(this, "Add", paramsArray);

            NetOffice.OWC10Api.SchemaField newObject = Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.OWC10Api.SchemaField;
            return(newObject);
        }
Пример #3
0
        public NetOffice.ADODBApi._Parameter 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 newObject = NetOffice.Factory.CreateObjectFromComProxy(this, returnItem) as NetOffice.ADODBApi._Parameter;
            return(newObject);
        }
 public void _Append(string name, NetOffice.ADODBApi.Enums.DataTypeEnum type, Int32 definedSize)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(name, type, definedSize);
     Invoker.Method(this, "_Append", paramsArray);
 }
Пример #5
0
 public void Append(string name, NetOffice.ADODBApi.Enums.DataTypeEnum type, object definedSize, object attrib, object fieldValue)
 {
     object[] paramsArray = Invoker.ValidateParamsArray(name, type, definedSize, attrib, fieldValue);
     Invoker.Method(this, "Append", paramsArray);
 }
Пример #6
0
 public virtual void Append(string name, NetOffice.ADODBApi.Enums.DataTypeEnum type, object definedSize, object attrib)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "Append", name, type, definedSize, attrib);
 }
Пример #7
0
 public virtual void Append(string name, NetOffice.ADODBApi.Enums.DataTypeEnum type)
 {
     InvokerService.InvokeInternal.ExecuteMethod(this, "Append", name, type);
 }
Пример #8
0
 public NetOffice.OWC10Api.SchemaField Add(string name, NetOffice.ADODBApi.Enums.DataTypeEnum dataType)
 {
     return(Factory.ExecuteBaseReferenceMethodGet <NetOffice.OWC10Api.SchemaField>(this, "Add", name, dataType));
 }
Пример #9
0
 public virtual NetOffice.OWC10Api.SchemaField Add(string name, NetOffice.ADODBApi.Enums.DataTypeEnum dataType)
 {
     return(InvokerService.InvokeInternal.ExecuteBaseReferenceMethodGet <NetOffice.OWC10Api.SchemaField>(this, "Add", name, dataType));
 }
 public void Append(string name, NetOffice.ADODBApi.Enums.DataTypeEnum type, object definedSize, object attrib)
 {
     Factory.ExecuteMethod(this, "Append", name, type, definedSize, attrib);
 }
 public void Append(string name, NetOffice.ADODBApi.Enums.DataTypeEnum type)
 {
     Factory.ExecuteMethod(this, "Append", name, type);
 }