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

Datei anzeigen Open project: machine/machine.mta

Public Methods

Method Description
CreateParameter ( this command, string name, DbType type ) : void
Parameter ( this command, string name ) : IDbDataParameter

Method Details

CreateParameter() public static method

public static CreateParameter ( this command, string name, DbType type ) : void
command this
name string
type DbType
return void

Parameter() public static method

public static Parameter ( this command, string name ) : IDbDataParameter
command this
name string
return IDbDataParameter