Click or drag to resize

UtilsSetMakeDbParamBit Method (DataRow, DBMessage, String)

DataRow형식을 Parameter로 생성함

Namespace:  Mcc.Series.DataBase
Assembly:  Mcc.Series.DataBase (in Mcc.Series.DataBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static void SetMakeDbParamBit(
	DataRow dataRow,
	DBMessage dMsg,
	string[] exceptedFields
)

Parameters

dataRow
Type: System.DataDataRow
DataRow
dMsg
Type: Mcc.Series.DataBaseDBMessage
DBMessage
exceptedFields
Type: SystemString
Parameter 제외할 필드
See Also