Click or drag to resize
QueryFragments Class
Class which is used to specify separate query fragments in one container which is then usable to produce a single query string
Inheritance Hierarchy
SystemObject
  SD.LLBLGen.Pro.ORMSupportClassesQueryFragments

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.1.0.0 (5.1.0)
Syntax
public class QueryFragments

The QueryFragments type exposes the following members.

Constructors
  NameDescription
Public methodQueryFragments
Initializes a new instance of the QueryFragments class.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of elements in this query fragments.
Top
Methods
  NameDescription
Public methodAddCommaFragmentList(Boolean)
Adds a new Comma delimited fragment list.
Public methodAddCommaFragmentList(Boolean, Boolean)
Adds a new Comma delimited fragment list.
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.
Public methodAddPlaceHolder
Adds a new string place holder.
Public methodAddQueryFragments
Adds the query fragments.
Public methodAddSemiColonFragmentList(Boolean)
Adds a new semi colon delimited fragment list.
Public methodAddSemiColonFragmentList(Boolean, Boolean)
Adds a new semi colon delimited fragment list.
Public methodAddSpaceFragmentList
Adds a new space delimited fragment list
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.)
Public methodInsertFragment
Inserts the fragment at the front.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Overrides ObjectToString.)
Top
See Also