C# Class MemoScope.Core.Cache.SqliteHelper

Afficher le fichier Open project: fremag/MemoScope.Net

Méthodes publiques

Méthode Description
CreateParameter ( this cmd, string paramName ) : SQLiteParameter
PrepareCommand ( this cxion, string sqlCmd ) : SQLiteCommand

Method Details

CreateParameter() public static méthode

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

PrepareCommand() public static méthode

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