SQLUtilities..::..AddTableToWhere Method (String, eWhereType)
Adds the table to a where sentence.
Namespace:
FLEXYGO.Utilities.SQLAssembly: flxUtilities (in flxUtilities.dll)
Syntax
public string AddTableToWhere( string aWhere, eWhereType aMode )
Public Function AddTableToWhere ( _ aWhere As String, _ aMode As eWhereType _ ) As String