{CompanyName} FlexyGo

SQLUtilities..::..AddWhere Method

Adds a where sentence to a SQL sentence.

Namespace:  FLEXYGO.Utilities.SQL
Assembly:  flxUtilities (in flxUtilities.dll)

Syntax


public static string AddWhere(
	string aSql,
	string aWhere,
	bool aAnd
)
Public Shared Function AddWhere ( _
	aSql As String, _
	aWhere As String, _
	aAnd As Boolean _
) As String

Parameters

aSql
Type: String
A SQL.
aWhere
Type: String
A where.
aAnd
Type: Boolean
Use and sentence

Return Value

System.String.