Share via


DataCommandType.Prepared Field

Definition

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

public: int Prepared = 2;
public const int Prepared = 2;
val mutable Prepared : int
Public Const Prepared As Integer  = 2

Field Value

Value = 2

Applies to