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
)
Protected Function GetFrom (
dbms As DBMSType
) As String
Parameters
- dbms
- Type: NetQuarryDBMSType
The DBMS for which the FROM clause is to be used.
Return Value
Type:
StringThe FROM clause with known keywords escaped for the specified DBMS.
See Also