Click or drag to resize

UtilsSetRemoveDbParam Method (DataRow, DBMessage, String)

생성된 TrustParam을 제거

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 SetRemoveDbParam(
	DataRow pDataRow,
	DBMessage dMsg,
	string[] exceptedFields
)

Parameters

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