If TRUE (the default) then the changes are applied to the server within the execution of the AddLink/RemoveLink methods.
For improved performance the application can disable this and call ApplyChanges() after a series of AddLink/RemoveLink calls.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As UaDataBind
Dim value As Boolean
instance.ApplyChangesInternally = value
value = instance.ApplyChangesInternally
|
C# | |
---|
public bool ApplyChangesInternally {get; set;}
|
Requirements
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x
See Also