CleanCode C# Libraries v0.9.23 API

SqlFilterBuilder Methods

The methods of the SqlFilterBuilder class are listed below. For a complete list of SqlFilterBuilder class members, see the SqlFilterBuilder Members topic.

Public Static Methods

QuoteOverloaded. Quotes a value to be used as an SQL literal, escaping any embedded quotes.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetAlternation Handles zero, one, or more phrases, returning a standard SQL or clause.
GetConjunction Handles zero, one, or more phrases, returning a standard SQL and clause.
GetHashCode (inherited from Object)Serves as a hash function for a particular type.
GetMatchPhrase Generates a standard SQL matching clause.
GetPhraseOverloaded. Creates a single phrase used in an SQL where clause.
GetType (inherited from Object)Gets the Type of the current instance.
ToString (inherited from Object)Returns a String that represents the current Object.

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

SqlFilterBuilder Class | CleanCode.Data Namespace