C# Class NMigrations.LiteralSql

Used to send native database function invocations/etc through as unescaped SQL.
Exibir arquivo Open project: sklose/NMigrations

Public Methods

Method Description
LiteralSql ( string text )

Initializes a new instance of the LiteralSql class.

Method Details

LiteralSql() public method

Initializes a new instance of the LiteralSql class.
public LiteralSql ( string text )
text string The text.