ActionQueryExecuteThroughDbDataReader Property |
If true (Default false) it will execute the command through ExecuteReader instead of ExecuteNonQuery and will assume output parameters are part of one or more
resultsets. Output parameters are expected to be added through
AddOutputParameterForReader(DbParameter), and are set through ordinal (so first parameter is set with value at
ordinal 0).
Namespace:
SD.LLBLGen.Pro.ORMSupportClasses
Assembly:
SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.6.0.0 (5.6.19.0117)
Syntax See Also