[C#] Generic Convert To Entity, List, DataTable
1. ConvertToEntity
DataRow => T Entity
2. ConvertToList
DataTable => List<T>
3. ConvertToDataTable
Obect => DataTable
'프로그래밍 > WinForm' 카테고리의 다른 글
[NET][C#] mdi 자식폼 띄우기 함수 (0) | 2015.04.16 |
---|---|
[C#] Get File Size To String, File Extension, Icon By File Extension (0) | 2014.04.23 |
[C#] InputBox에서 KeyPress로 Enter Key(엔터키) 입력시 Tab Key(탭키)처럼 움직이기 (0) | 2014.04.17 |
[C#] IsNumeric 함수 구현하기 (0) | 2014.04.15 |
[C#] 메모리에 DataSet, DataTable 수동 생성 (0) | 2014.04.15 |