SQLUtilities..::..AddTableToWhere Method (String, String, eWhereType)
Adds the table to a where sentence.
Namespace:
FLEXYGO.Utilities.SQLAssembly: flxUtilities (in flxUtilities.dll)
Syntax
public string AddTableToWhere( string aWhere, string aTable, eWhereType aMode )
Public Function AddTableToWhere ( _ 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.