C# Class Versionr.Utilities.SQLiteExtensions

Afficher le fichier Open project: eatplayhate/versionr

Méthodes publiques

Méthode Description
DeleteSafe ( this conn, object obj ) : bool
InsertOrReplaceSafe ( this conn, object obj ) : bool
InsertSafe ( this conn, object obj ) : bool
UpdateSafe ( this conn, object obj ) : bool

Method Details

DeleteSafe() public static méthode

public static DeleteSafe ( this conn, object obj ) : bool
conn this
obj object
Résultat bool

InsertOrReplaceSafe() public static méthode

public static InsertOrReplaceSafe ( this conn, object obj ) : bool
conn this
obj object
Résultat bool

InsertSafe() public static méthode

public static InsertSafe ( this conn, object obj ) : bool
conn this
obj object
Résultat bool

UpdateSafe() public static méthode

public static UpdateSafe ( this conn, object obj ) : bool
conn this
obj object
Résultat bool