QueryFragments Methods |
The QueryFragments type exposes the following members.
Name | Description | |
---|---|---|
AddCommaDelimitedQueryFragments(Boolean, Int32) |
Adds a new Comma delimited query fragments object
| |
AddCommaDelimitedQueryFragments(Boolean, Boolean, Int32) |
Adds a new Comma delimited query fragments object
| |
AddDelimitedQueryFragments |
Adds a new delimited QueryFragments with the delimiter specified
| |
AddExistingQueryFragments |
Adds the existing query fragments specified to this query fragments
| |
AddFormatted |
Adds a formatted string, build from the format string and the arguments specified
| |
AddFragment |
Adds the fragment specified to this object
| |
AddFragments |
Adds the fragments specified in the same order to this object
| |
AddPlaceHolder |
Adds a new string place holder.
| |
AddQueryFragments |
Adds a new query fragments object with default parameters (space delimited, no pre/suffix)
| |
AddSemiColonDelimitedQueryFragments(Boolean) |
Adds a new semi colon delimited fragments object.
| |
AddSemiColonDelimitedQueryFragments(Boolean, Boolean) |
Adds a new semi colon delimited fragments object
| |
AddStringFragmentsAsSingleUnit |
Adds the string fragments specified as single unit, so they will be added without the delimiter between them.
| |
AddStringFragmentWithoutDelimiter |
Adds the string fragment in such a way that no delimiter is emitted before it.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetCapacity |
Sets the capacity of the internal container. The initial capacity is by default set to 0, unless explicity specified.
| |
SetPrefixSuffix |
Sets the prefix and suffix.
| |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) |