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

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

Syntax

C#
public void CopyFrom(
	CompoundDimensionSearchDataSource source
)
Visual Basic (Declaration)
Public Sub CopyFrom ( _
	source As CompoundDimensionSearchDataSource _
)
Visual C++
public:
void CopyFrom(
	CompoundDimensionSearchDataSource^ source
)

Remarks

This method initializes the command with values from command.

See Also