C# 클래스 MemoScope.Core.Cache.SqliteHelper

파일 보기 프로젝트 열기: fremag/MemoScope.Net

공개 메소드들

메소드 설명
CreateParameter ( this cmd, string paramName ) : SQLiteParameter
PrepareCommand ( this cxion, string sqlCmd ) : SQLiteCommand

메소드 상세

CreateParameter() 공개 정적인 메소드

public static CreateParameter ( this cmd, string paramName ) : SQLiteParameter
cmd this
paramName string
리턴 System.Data.SQLite.SQLiteParameter

PrepareCommand() 공개 정적인 메소드

public static PrepareCommand ( this cxion, string sqlCmd ) : SQLiteCommand
cxion this
sqlCmd string
리턴 System.Data.SQLite.SQLiteCommand