DataCommandType.Prepared Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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