Class DbParameterCollection

    • Field Detail

      • assemblyFullName

        public static final java.lang.String assemblyFullName
        Fully assembly qualified name: System.Data.Common, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
        See Also:
        Constant Field Values
      • assemblyShortName

        public static final java.lang.String assemblyShortName
        Assembly name: System.Data.Common
        See Also:
        Constant Field Values
      • className

        public static final java.lang.String className
        Qualified class name: System.Data.Common.DbParameterCollection
        See Also:
        Constant Field Values
      • classType

        public static JCType classType
        The type managed from JCOBridge. See JCType
    • Constructor Detail

      • DbParameterCollection

        public DbParameterCollection​(java.lang.Object instance)
                              throws java.lang.Throwable
        Internal constructor. Use with caution
        Throws:
        java.lang.Throwable
      • DbParameterCollection

        public DbParameterCollection()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
    • Method Detail

      • Contains

        public boolean Contains​(NetObject value)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Contains

        public boolean Contains​(java.lang.String value)
                         throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Add

        public int Add​(NetObject value)
                throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IndexOf

        public int IndexOf​(NetObject value)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • IndexOf

        public int IndexOf​(java.lang.String parameterName)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • AddRange

        public void AddRange​(Array values)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Clear

        public void Clear()
                   throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • CopyTo

        public void CopyTo​(Array array,
                           int index)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Insert

        public void Insert​(int index,
                           NetObject value)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • Remove

        public void Remove​(NetObject value)
                    throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • RemoveAt

        public void RemoveAt​(int index)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • RemoveAt

        public void RemoveAt​(java.lang.String parameterName)
                      throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsFixedSize

        public boolean getIsFixedSize()
                               throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsReadOnly

        public boolean getIsReadOnly()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getIsSynchronized

        public boolean getIsSynchronized()
                                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getCount

        public int getCount()
                     throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • getSyncRoot

        public NetObject getSyncRoot()
                              throws java.lang.Throwable
        Throws:
        java.lang.Throwable