C# Class NMigrations.LiteralSql

Used to send native database function invocations/etc through as unescaped SQL.
Afficher le fichier Open project: sklose/NMigrations

Méthodes publiques

Méthode Description
LiteralSql ( string text )

Initializes a new instance of the LiteralSql class.

Method Details

LiteralSql() public méthode

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