Share via


DataCommandType.Prepared Field

Indicates a prepared command type, where the command text is an identifier previously returned by a call to the Prepare method.

Namespace:  Microsoft.VisualStudio.Data
Assembly:  Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)

Syntax

'Declaration
Public Const Prepared As Integer
'Usage
Dim value As Integer 

value = DataCommandType.Prepared
public const int Prepared
public:
literal int Prepared
public const var Prepared : int

.NET Framework Security

See Also

Reference

DataCommandType Class

DataCommandType Members

Microsoft.VisualStudio.Data Namespace