C# 클래스 NMigrations.LiteralSql

Used to send native database function invocations/etc through as unescaped SQL.
파일 보기 프로젝트 열기: sklose/NMigrations

공개 메소드들

메소드 설명
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.