SQLUtilities..::..AddTableToWhereSimple Method
Adds the table to a where sentence (second implementation).
Namespace:
FLEXYGO.Utilities.SQLAssembly: flxUtilities (in flxUtilities.dll)
Syntax
public string AddTableToWhereSimple( string aWhere, string aTable, eWhereType aMode )
Public Function AddTableToWhereSimple ( _ aWhere As String, _ aTable As String, _ aMode As eWhereType _ ) As String
Parameters
- aWhere
- Type: String
A where.
- aTable
- Type: String
A table.
- aMode
- Type: FLEXYGO.Utilities.SQL..::..eWhereType
A mode.