C# Class MemoScope.Core.Cache.SqliteHelper

Show file Open project: fremag/MemoScope.Net

Public Methods

Method Description
CreateParameter ( this cmd, string paramName ) : SQLiteParameter
PrepareCommand ( this cxion, string sqlCmd ) : SQLiteCommand

Method Details

CreateParameter() public static method

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

PrepareCommand() public static method

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