Return the type of the object with its PK value. Useful for logging/debugging

Namespace: Castle.ActiveRecord
Assembly:  Castle.ActiveRecord (in Castle.ActiveRecord.dll)
Version: 1.0.3.0

Syntax

C#
public override string ToString()

Return Value

A string representation of this object.

See Also