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
public const int Prepared
public:
literal int Prepared
static val mutable Prepared: int
public const var Prepared : int

.NET Framework Security

See Also

Reference

DataCommandType Class

Microsoft.VisualStudio.Data Namespace