View Source
Class InsertDataExpression
Inheritance
System.Object
Assembly: Umbraco.Infrastructure.dll
Syntax
public class InsertDataExpression : MigrationExpressionBase, IMigrationExpression
Constructors
View Source
InsertDataExpression(IMigrationContext)
Declaration
public InsertDataExpression(IMigrationContext context)
Parameters
Properties
View Source
EnabledIdentityInsert
Declaration
public bool EnabledIdentityInsert { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
View Source
Rows
Declaration
public List<InsertionDataDefinition> Rows { get; }
Property Value
View Source
TableName
Declaration
public string TableName { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
View Source
GetSql()
Declaration
protected override string GetSql()
Returns
Type |
Description |
System.String |
|