Click or drag to resize

DBDriverBaseCreateSelectTop100Query Method

Creates a SELECT top 100 query for the element specified. The default implementation appends "LIMIT 100" to the result of CreateSelectAlLQuery. The LIMIT 100 is appended on a new line.

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 CreateSelectTop100Query(
	IProjectElementMapTargetElement sourceElement,
	IProjectElementMapTargetElement fieldProvider
)

Parameters

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

Return Value

Type: String
See Also