C# Класс NMigrations.LiteralSql

Used to send native database function invocations/etc through as unescaped SQL.
Показать файл Открыть проект

Открытые методы

Метод Описание
LiteralSql ( string text )

Initializes a new instance of the LiteralSql class.

Описание методов

LiteralSql() публичный Метод

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