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

'宣言
Public Const Prepared As Integer
'使用
Dim value As Integer

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

Field Value

Type: System.Int32

Permissions

See Also

Reference

DataCommandType Class

DataCommandType Members

Microsoft.VisualStudio.Data Namespace