IndexOperation(Object) 构造函数

定义

初始化 IndexOperation 类的新实例。 实体框架迁移 API 并非旨在接受不受信任的源 ((例如应用程序) 的最终用户)提供的输入。 如果从此类源接受输入,则应先对其进行验证,然后再传递到这些 API,以防止 SQL 注入攻击等。

protected IndexOperation (object anonymousArguments = null);
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1026:DefaultParametersShouldNotBeUsed")]
protected IndexOperation (object anonymousArguments = null);
new System.Data.Entity.Migrations.Model.IndexOperation : obj -> System.Data.Entity.Migrations.Model.IndexOperation
Protected Sub New (Optional anonymousArguments As Object = null)

参数

anonymousArguments
Object

提供程序可能处理的其他参数。 使用匿名类型语法指定参数,例如“new { SampleArgument = ”MyValue“ }”。

属性

适用于