Copies values of properties from the specified command to the corresponding properties
              of this command.
            
    Namespace: 
   Endeca.Web.UIAssembly: Endeca.Web (in Endeca.Web.dll) Version: 2.1.1.0 (2.1.1.620)
 Syntax
Syntax
| C# | 
|---|
| public void CopyFrom( AggregateRecordDetailsDataSource source ) | 
| Visual Basic (Declaration) | 
|---|
| Public Sub CopyFrom ( _ source As AggregateRecordDetailsDataSource _ ) | 
| Visual C++ | 
|---|
| public: void CopyFrom( AggregateRecordDetailsDataSource^ source ) | 
Parameters
 Remarks
Remarks
              This method initializes the command with values from command. 
            





