FCFL.NET Common Library - API Reference
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 2003 family

See Also

Reference

UpdateQueryBatch Class
UpdateQueryBatch Members

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.