QueryFragments Class | 
Namespace: SD.LLBLGen.Pro.ORMSupportClasses
The QueryFragments type exposes the following members.
| Name | Description | |
|---|---|---|
| QueryFragments | 
            Initializes a new instance of the QueryFragments class. Uses a space as delimiter.
              | |
| QueryFragments(IEnumerableObject) | 
            Initializes a new instance of the QueryFragments class. Used a space as delimiter.
              | |
| QueryFragments(String) | 
            Initializes a new instance of the QueryFragments class.
              | |
| QueryFragments(IEnumerableObject, String) | 
            Initializes a new instance of the QueryFragments class.
              | |
| QueryFragments(String, Int32) | 
            Initializes a new instance of the QueryFragments class.
              | 
| Name | Description | |
|---|---|---|
| AppendDanglingDelimiter | 
            Gets or sets a value indicating whether a dangling delimiter has to be appended to the result string. False by default. 
              | |
| Count | 
            Gets the number of elements added to this object.
              | |
| Prefix | 
            Gets or sets the prefix for the string to produce from this object
              | |
| Suffix | 
            Gets or sets the suffix for the string to produce from this object
              | 
| 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. 
              | |
| AppendToBuilder | 
            Appends itself in string form to the builder specified
              | |
| Equals | Determines whether the specified object is equal to the current object.  (Overrides ObjectEquals(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.   (Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance.  (Inherited from Object.) | |
| InsertFragment | 
            Inserts the fragment at the specified index.
              | |
| 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.) |