Serializes the specified command to a string-based representation.

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

Syntax

C#
protected virtual string SerializeCommand(
	EndecaCommand command
)
Visual Basic (Declaration)
Protected Overridable Function SerializeCommand ( _
	command As EndecaCommand _
) As String
Visual C++
protected:
virtual String^ SerializeCommand(
	EndecaCommand^ command
)

Parameters

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

Exceptions

ExceptionCondition
System..::.InvalidOperationException if a subclass invokes this implementation.

See Also