Click or drag to resize
QueryFragments Methods

The QueryFragments type exposes the following members.

Methods
  NameDescription
Public methodAddCommaDelimitedQueryFragments(Boolean)
Adds a new Comma delimited query fragments object
Public methodAddCommaDelimitedQueryFragments(Boolean, Boolean)
Adds a new Comma delimited query fragments object
Public methodAddDelimitedQueryFragments
Adds a new delimited QueryFragments with the delimiter specified
Public methodAddExistingQueryFragments
Adds the existing query fragments specified to this query fragments
Public methodAddFormatted
Adds a formatted string, build from the format string and the arguments specified
Public methodAddFragment
Adds the fragment specified to this object
Public methodAddFragments
Adds the fragments specified in the same order to this object
Public methodAddPlaceHolder
Adds a new string place holder.
Public methodAddQueryFragments
Adds a new query fragments object with default parameters (space delimited, no pre/suffix)
Public methodAddSemiColonDelimitedQueryFragments(Boolean)
Adds a new semi colon delimited fragments object.
Public methodAddSemiColonDelimitedQueryFragments(Boolean, Boolean)
Adds a new semi colon delimited fragments object
Public methodAddStringFragmentsAsSingleUnit
Adds the string fragments specified as single unit, so they will be added without the delimiter between them.
Public methodAddStringFragmentWithoutDelimiter
Adds the string fragment in such a way that no delimiter is emitted before it.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSetPrefixSuffix
Sets the prefix and suffix.
Public methodToString
Returns a String that represents this instance.
(Overrides ObjectToString.)
Top
See Also