Share via


ReaderModificationCommandBatch.UpdateCachedCommandText(Int32) Method

Definition

Updates the command text for the command at the given position in the ModificationCommands list.

protected virtual void UpdateCachedCommandText (int commandPosition);
abstract member UpdateCachedCommandText : int -> unit
override this.UpdateCachedCommandText : int -> unit
Protected Overridable Sub UpdateCachedCommandText (commandPosition As Integer)

Parameters

commandPosition
Int32

The position of the command to generate command text for.

Applies to