MigrationStatement.BatchTerminator 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定資料庫提供者的批次結束字元。
Entity Framework 移轉 API 的設計目的不是接受未受信任來源所提供的輸入, (例如應用程式的使用者) 。 如果從這類來源接受輸入,則應該先加以驗證,再傳遞至這些 API 以防止 SQL 插入式攻擊等。
public string BatchTerminator { get; set; }
member this.BatchTerminator : string with get, set
Public Property BatchTerminator As String
屬性值
資料庫提供者的批次結束字元。