DbBatch.Prepare Method

Definition

Creates a prepared (or compiled) version of the batch, or of each of its commands, on the data source.

public:
 abstract void Prepare();
public abstract void Prepare ();
abstract member Prepare : unit -> unit
Public MustOverride Sub Prepare ()

Applies to