Table<TEntity>.ToString Método
Definição
Retorna uma cadeia de caracteres que representa a tabela.Returns a string that represents the table.
public:
override System::String ^ ToString();
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
Retornos
Uma representação de cadeia de caracteres da tabela.A string representation of the table.