EntityCommand.ToTraceString Método
Definição
Compila o comando de nível de entidade e retorna o texto do comando de repositório.Compiles the entity-level command and returns the store command text.
public:
System::String ^ ToTraceString();
[System.ComponentModel.Browsable(false)]
public string ToTraceString ();
[<System.ComponentModel.Browsable(false)>]
member this.ToTraceString : unit -> string
Public Function ToTraceString () As String
Retornos
O texto do comando de repositório.The store command text.
- Atributos