C# Class NServiceBus.Unicast.Subscriptions.AdoDotNet.AdoNetHelpers

Afficher le fichier Open project: machine/machine.mta

Méthodes publiques

Méthode Description
CreateParameter ( this command, string name, DbType type ) : void
Parameter ( this command, string name ) : IDbDataParameter

Method Details

CreateParameter() public static méthode

public static CreateParameter ( this command, string name, DbType type ) : void
command this
name string
type DbType
Résultat void

Parameter() public static méthode

public static Parameter ( this command, string name ) : IDbDataParameter
command this
name string
Résultat IDbDataParameter