Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

DbEntityEntry<TEntity>::ToString Method ()

Entity Framework 6.0
 

Returns a string representation of the database entity values.

Namespace:   System.Data.Entity.Infrastructure
Assembly:  EntityFramework (in EntityFramework.dll)

public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
virtual String^ ToString() override

Return Value

Type: System::String^

A string representation of the database entity values.

Return to top
Show: