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.10.0.0 (5.10.0)
Syntax public string GenerateSqlQueriesForElements(
List<IProjectElementMapTargetElement> sourceElementsToUse,
SQLQueryType queryType
)
Public Function GenerateSqlQueriesForElements (
sourceElementsToUse As List(Of IProjectElementMapTargetElement),
queryType As SQLQueryType
) As String
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:
Stringa single string with for each element a sql query separated by an empty line and the separator used for this database
See Also