Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
KesselRunFramework
DataAccess
Infrastructure
Extensions
DbCommandExtensions
C# Class KesselRunFramework.DataAccess.Infrastructure.Extensions.DbCommandExtensions
ファイルを表示
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