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.4.0.0 (5.4.0)
Syntaxpublic bool PerformPostProcessing { get; set; }Public Property PerformPostProcessing As Boolean
	Get
	Set
Property Value
Type: 
Boolean
See Also