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.DBDriverCoreAssembly: SD.LLBLGen.Pro.DBDriverCore (in SD.LLBLGen.Pro.DBDriverCore.dll) Version: 5.0.0.0 (5.0.0)
Syntax public bool PerformPostProcessing { get; set; }
Public Property PerformPostProcessing As Boolean
Get
Set
Property Value
Type:
BooleanSee Also