Class ExecuteSqlStatementExpression
Inheritance
System.Object
Assembly: cs.temp.dll.dll
Syntax
public class ExecuteSqlStatementExpression : MigrationExpressionBase, IMigrationExpression
Constructors
ExecuteSqlStatementExpression(IMigrationContext)
Declaration
public ExecuteSqlStatementExpression(IMigrationContext context)
Parameters
Properties
SqlObject
Declaration
public virtual Sql<ISqlContext> SqlObject { get; set; }
Property Value
Type |
Description |
Sql<ISqlContext> |
|
SqlStatement
Declaration
public virtual string SqlStatement { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ExecuteSqlObject()
Declaration
public void ExecuteSqlObject()
GetSql()
Declaration
protected override string GetSql()
Returns
Type |
Description |
System.String |
|