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:
  • Boolean
  • Byte, Byte[]
  • Char
  • DateTime
  • Decimal
  • Double
  • Guid
  • Int16
  • Int32
  • Int64
  • SByte
  • Single
  • String
  • TimeSpan
  • UInt16
  • UInt32
  • UInt64
Object 타입이라 다 담을 수 있는 줄 알았넹. ㅋ.
DataColumn.DataType Property

댓글

이 블로그의 인기 게시물

Oracle NLS_DATE_FORMAT 변경

Stop console process using Ctrl+C.

Alternative to IValueConvert, QuickConverter