Serializes the specified command to a string-based representation.

Namespace:  Endeca.Data
Assembly:  Endeca.Data (in Endeca.Data.dll) Version: 2.1.1.0 (2.1.1.620)

Syntax

C#
public string Serialize(
	EndecaCommand command
)
Visual Basic (Declaration)
Public Function Serialize ( _
	command As EndecaCommand _
) As String
Visual C++
public:
String^ Serialize(
	EndecaCommand^ command
)

Parameters

command
Type: Endeca.Data.Provider..::.EndecaCommand
Command to serialize.

Exceptions

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

See Also