DataTable의 컬럼에 담을 수 있는 타입들은?
Setting the DataType value is very important to guaranteeing the correct creation and updating of data in a data source.
The DataType property supports the following base .NET Framework data types:
The DataType property supports the following base .NET Framework data types:
- Boolean
- Byte, Byte[]
- Char
- DateTime
- Decimal
- Double
- Guid
- Int16
- Int32
- Int64
- SByte
- Single
- String
- TimeSpan
- UInt16
- UInt32
- UInt64
Object 타입이라 다 담을 수 있는 줄 알았넹. ㅋ.
DataColumn.DataType Property
DataColumn.DataType Property
댓글
댓글 쓰기