C# Class nHydrate.EFCore.DataAccess.DatabaseHelper

Afficher le fichier Open project: nHydrate/nHydrate

Méthodes publiques

Méthode Description
AddParameter ( IDbCommand cmd, string parameterName, object value ) : void
AddReturnParameter ( IDbCommand cmd ) : void
GetCommand ( string commandText, CommandType commandType, IDbConnection connection ) : IDbCommand

Method Details

AddParameter() public static méthode

public static AddParameter ( IDbCommand cmd, string parameterName, object value ) : void
cmd IDbCommand
parameterName string
value object
Résultat void

AddReturnParameter() public static méthode

public static AddReturnParameter ( IDbCommand cmd ) : void
cmd IDbCommand
Résultat void

GetCommand() public static méthode

public static GetCommand ( string commandText, CommandType commandType, IDbConnection connection ) : IDbCommand
commandText string
commandType CommandType
connection IDbConnection
Résultat IDbCommand