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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.