RSS Documentation
UpdateType Property



Syntax
'Declaration
 
Public Property UpdateType As BPM.DBADUpdateType
'Usage
 
Dim instance As DBAdapterNode
Dim value As BPM.DBADUpdateType
 
instance.UpdateType = value
 
value = instance.UpdateType
public BPM.DBADUpdateType UpdateType {get; set;}
public:
property BPM.DBADUpdateType UpdateType {
   BPM.DBADUpdateType get();
   void set (    BPM.DBADUpdateType value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DBAdapterNode Class
DBAdapterNode Members

Send Feedback