Class RawSql
Inherited Members
Namespace: FluentMigrator
Assembly: FluentMigrator.Abstractions.dll
Syntax
public class RawSql
  Properties
Value
Declaration
public string Value { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Methods
Insert(string)
Declaration
public static RawSql Insert(string sqlToRun)
  Parameters
| Type | Name | Description | 
|---|---|---|
| string | sqlToRun | 
Returns
| Type | Description | 
|---|---|
| RawSql |