{CompanyName} FlexyGo

SQLUtilities..::..StructToWhere Method

Converts a structure to a where sentence.

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

Syntax


public string StructToWhere(
	List<SQLUtilities..::..WhereStruct> aArray,
	string aSql
)
Public Function StructToWhere ( _
	aArray As List(Of SQLUtilities..::..WhereStruct), _
	aSql As String _
) As String

Parameters

aArray
Type: List<(Of <(<'SQLUtilities..::..WhereStruct>)>)>
A array with the structure.
aSql
Type: String
A SQL.

Return Value

System.String.

Exceptions


ExceptionCondition
ExceptionError StructToWhere