MigrationOperation.AnonymousArguments Property
In this article
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
Applies to
Entity Framework feedback
Entity Framework is an open source project. Select a link to provide feedback: