 | UtilsConvertStringToBit Method (DataSet, String) |
데이타 테이블의 요청한 필드에 있는 값을 true, false 형태로 변경 합니다.
Y, 1, true, 10 이면 true 그렇지 않으면 false로 설정 됩니다.
데이터셑의 0번 테이블을 변경합니다.
Namespace:
Mcc.Series.DataBase
Assembly:
Mcc.Series.DataBase (in Mcc.Series.DataBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void ConvertStringToBit(
ref DataSet dataSet,
string[] columnNames
)
Parameters
- dataSet
- Type: System.DataDataSet
검색할 데이타셑 입니다. - columnNames
- Type: SystemString
검색할 컬럼명 입니다.
See Also