The SQLInsertFromSelect..::..FieldsClass type exposes the following members.

Constructors

  Name Description
Public method SQLInsertFromSelect..::..FieldsClass
Initializes a new instance of the SQLInsertFromSelect..::..FieldsClass class

Methods

  Name Description
Public method Add
Adds a string to the end of the StringCollection.
(Inherited from StringCollection.)
Public method AddRange
Copies the elements of a string array to the end of the StringCollection.
(Inherited from StringCollection.)
Public method Clear
Removes all the strings from the StringCollection.
(Inherited from StringCollection.)
Public method Contains
Determines whether the specified string is in the StringCollection.
(Inherited from StringCollection.)
Public method CopyTo
Copies the entire StringCollection values to a one-dimensional array of strings, starting at the specified index of the target array.
(Inherited from StringCollection.)
Public method Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected method Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetEnumerator
Returns a StringEnumerator that iterates through the StringCollection.
(Inherited from StringCollection.)
Public method GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method IndexOf
Searches for the specified string and returns the zero-based index of the first occurrence within the StringCollection.
(Inherited from StringCollection.)
Public method Insert
Inserts a string into the StringCollection at the specified index.
(Inherited from StringCollection.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Remove
Removes the first occurrence of a specific string from the StringCollection.
(Inherited from StringCollection.)
Public method RemoveAt
Removes the string at the specified index of the StringCollection.
(Inherited from StringCollection.)
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  Name Description
Public property Count
Gets the number of strings contained in the StringCollection.
(Inherited from StringCollection.)
Public property IsReadOnly
Gets a value indicating whether the StringCollection is read-only.
(Inherited from StringCollection.)
Public property IsSynchronized
Gets a value indicating whether access to the StringCollection is synchronized (thread safe).
(Inherited from StringCollection.)
Public property Item
Gets or sets the element at the specified index.
(Inherited from StringCollection.)
Public property SyncRoot
Gets an object that can be used to synchronize access to the StringCollection.
(Inherited from StringCollection.)

See Also