ReplicationObject.GetChangeCommand(StringBuilder, String, String) Method

Definition

Returns the change command from the replication.

protected:
 abstract void GetChangeCommand(System::Text::StringBuilder ^ command, System::String ^ propertyName, System::String ^ propertyValue);
protected abstract void GetChangeCommand (System.Text.StringBuilder command, string propertyName, string propertyValue);
abstract member GetChangeCommand : System.Text.StringBuilder * string * string -> unit
Protected MustOverride Sub GetChangeCommand (command As StringBuilder, propertyName As String, propertyValue As String)

Parameters

command
StringBuilder

The command.

propertyName
String

The property name

propertyValue
String

The property value.

Applies to