Send feedback on this topic.
Teradata.Client.Provider
KeepCommandBatchSequence Property



Teradata.Client.Provider Namespace > TdDataAdapter Class : KeepCommandBatchSequence Property
When commands are batched, the sequence should be kept or not. The default is false.
Syntax
'Declaration
 
Public Property KeepCommandBatchSequence As Boolean
'Usage
 
Dim instance As TdDataAdapter
Dim value As Boolean
 
instance.KeepCommandBatchSequence = value
 
value = instance.KeepCommandBatchSequence
public bool KeepCommandBatchSequence {get; set;}
public:
property bool KeepCommandBatchSequence {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 8.1, Windows 10, Windows Server 2012 R2, Windows Server 2016, Windows Server 2019

See Also

Reference

TdDataAdapter Class
TdDataAdapter Members