CommandText Property (UpdateQueryBatch)
Gets the current command text that will be executed when the Execute Method is called
Syntax
'Declaration
Public ReadOnly Property CommandText As StringBuilder
public StringBuilder CommandText {get;}
Property Value
The current command text that will be executed when the Execute Method is called or a concatenation of all statements that were executed during calls to the AddStatement Method if the provider does not support batching
Remarks
Calls to the AddStatement Method will modify the value of this property. Statements cannot be removed or changed once they are added. The batch must be discarded and rebuilt in order to change any of the statements.
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server family