Click or drag to resize
DBElementNamePerformPostProcessing Property
Gets or sets a value indicating whether post-processing has to be performed on the element represented by this elementname. What post-processing is performed depends on the element type represented by this element. E.g. for stored procedures, resultset meta-data retrieval is performed for the stored procedure if this property is set to true.

Namespace:  SD.LLBLGen.Pro.DBDriverCore
Assembly:  SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public bool PerformPostProcessing { get; set; }

Property Value

Type: Boolean
See Also