Click or drag to resize

MapperKernelGetFrom Method

Get the mapper's FROM clause (without the word FROM).

Namespace:  NetQuarry.Data
Assembly:  EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected string GetFrom(
	DBMSType dbms
)

Parameters

dbms
Type: NetQuarryDBMSType
The DBMS for which the FROM clause is to be used.

Return Value

Type: String
The FROM clause with known keywords escaped for the specified DBMS.
See Also