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.1.0 (2.1.1.620)

Syntax

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

Remarks

This method initializes the command with values from command.

See Also