Freigeben über


Documentation.ToString-Methode

[Diese Seite bezieht sich auf Entity Framework Version 6. Die neueste Version ist als 'Entity Framework' NuGet-Paket verfügbar. Weitere Informationen zu Entity Framework finden Sie unter msdn.com/data/ef.]

Gibt die Übersicht für diese Documentation zurück.

Namespace:  System.Data.Entity.Core.Metadata.Edm
Assembly:  EntityFramework (in EntityFramework.dll)

Syntax

'Declaration
Public Overrides Function ToString As String
'Usage
Dim instance As Documentation 
Dim returnValue As String 

returnValue = instance.ToString()
public override string ToString()
public:
virtual String^ ToString() override
abstract ToString : unit -> string  
override ToString : unit -> string
public override function ToString() : String

Rückgabewert

Typ: System.String
Die Übersicht für diese Documentation.

Siehe auch

Verweis

Documentation Klasse

System.Data.Entity.Core.Metadata.Edm-Namespace