共用方式為


MigrationOperation.AnonymousArguments 屬性

定義

取得提供者可能處理的其他引數。

Entity Framework 移轉 API 並非設計來接受不受信任的來源所提供的輸入, (例如應用程式的使用者) 。 如果從這類來源接受輸入,則應該先加以驗證,再傳遞至這些 API 以防範 SQL 插入式攻擊等。

public System.Collections.Generic.IDictionary<string,object> AnonymousArguments { get; }
member this.AnonymousArguments : System.Collections.Generic.IDictionary<string, obj>
Public ReadOnly Property AnonymousArguments As IDictionary(Of String, Object)

屬性值

適用於