DbTableInfo.ToString Method

System.Data.Generic

DbTableInfoToString Method
Returns a string representation of the DbTableInfo class.

Namespace: System.Data.Generic.Schema
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public override string ToString()
Public Overrides Function ToString As String
public:
virtual String^ ToString() override
abstract ToString : unit -> string 
override ToString : unit -> string 

Return Value

Type: String
String representation.
Remarks