Click or drag to resize

UtilsConvertStringToBit Method (DataSet, Int32, String)

데이타 테이블의 요청한 필드에 있는 값을 true, false 형태로 변경 합니다.
Y, 1, true, 10 이면 true 그렇지 않으면 false로 설정 됩니다.

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 ConvertStringToBit(
	ref DataSet dataSet,
	int tableIndex,
	string[] columnNames
)

Parameters

dataSet
Type: System.DataDataSet
검색할 데이타셑 입니다.
tableIndex
Type: SystemInt32
변경될 테이블의 index 입니다.
columnNames
Type: SystemString
검색할 컬럼명 입니다.
See Also