Click or drag to resize

DBDriverBaseGenerateSqlQueriesForElements Method

Generates a string with for each element in sourceElementsToUse a sql query of the statementtype specified, separated by the genuine separator for the database type, or an empty line if there's no separator known (e.g. MS Access).

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
public string GenerateSqlQueriesForElements(
	List<IProjectElementMapTargetElement> sourceElementsToUse,
	SQLQueryType queryType
)

Parameters

sourceElementsToUse
Type: System.Collections.GenericListIProjectElementMapTargetElement
the elements to generate sql queries for
queryType
Type: SD.LLBLGen.Pro.CoreSQLQueryType
the type of query to generated for each element

Return Value

Type: String
a single string with for each element a sql query separated by an empty line and the separator used for this database
See Also