MigrationOperation.AnonymousArguments Property

Definition

Gets additional arguments that may be processed by providers.

Entity Framework Migrations APIs are not designed to accept input provided by untrusted sources (such as the end user of an application). If input is accepted from such sources it should be validated before being passed to these APIs to protect against SQL injection attacks etc.

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)

Property Value

Applies to