C# Class KesselRunFramework.DataAccess.Infrastructure.Extensions.DbCommandExtensions

Exibir arquivo Open project: DavidRogersDev/ServerFramework

Public Methods

Method Description
AddIdParameter ( SqlCommand command, string paramName, int id ) : void

Method Details

AddIdParameter() public static method

public static AddIdParameter ( SqlCommand command, string paramName, int id ) : void
command SqlCommand
paramName string
id int
return void