Class CreateIndexExpression
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class CreateIndexExpression : MigrationExpressionBase, IMigrationExpression
Constructors
CreateIndexExpression(IMigrationContext)
Declaration
public CreateIndexExpression(IMigrationContext context)
Parameters
CreateIndexExpression(IMigrationContext, IndexDefinition)
Declaration
public CreateIndexExpression(IMigrationContext context, IndexDefinition index)
Parameters
Properties
Index
Declaration
public IndexDefinition Index { get; set; }
Property Value
Type |
Description |
IndexDefinition |
|
Methods
GetSql()
Declaration
protected override string GetSql()
Returns
Type |
Description |
System.String |
|