Click or drag to resize

DBDriverBaseCreateSelectAllQuery Method

Creates a SELECT fieldlist FROM elementname query where SELECT and FROM are placed on a new line. No CRLF is appended nor a query separator.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.8.0.0 (5.8.21.0208)
Syntax
protected virtual string CreateSelectAllQuery(
	IProjectElementMapTargetElement sourceElement,
	IProjectElementMapTargetElement fieldProvider
)

Parameters

sourceElement
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement
fieldProvider
Type: SD.LLBLGen.Pro.DBDriverCoreIProjectElementMapTargetElement

Return Value

Type: String
See Also