Copies values of properties from the specified command to the corresponding properties of this command.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
public virtual void CopyFrom(
	MultipleRecordDetailsCommand command
)
Visual Basic (Declaration)
Public Overridable Sub CopyFrom ( _
	command As MultipleRecordDetailsCommand _
)
Visual C++
public:
virtual void CopyFrom(
	MultipleRecordDetailsCommand^ command
)

Parameters

command
Type: Endeca.Data..::.MultipleRecordDetailsCommand
Command from which values will be copied.

Remarks

This method initializes the command with values from command.

Exceptions

ExceptionCondition
System..::.ArgumentNullExceptionif command is null.

See Also