Click or drag to resize

PlainSQLQuerySpecification Constructor

ctor

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses.Persistence
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntax
public PlainSQLQuerySpecification(
	string sqlQuery,
	Object parameterValues
)

Parameters

sqlQuery
Type: SystemString
parameterValues
Type: SystemObject
See Also