DbSqlQuery<TEntity>.ToString 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 , String 其中包含建立查詢時所設定的 SQL 字串。 不包含參數。
public override string ToString ();
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public override string ToString ();
override this.ToString : unit -> string
Public Overrides Function ToString () As String
傳回
代表這個執行個體的 String。
- 屬性