ReplicationObject.GetChangeCommand(StringBuilder, String, String) Method    
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.
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.