原文地址:.NET Framework Class LibrarySqlDbType Enumeration

Member name Description
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration BigInt Int64. A 64-bit signed integer.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Binary Byte. A fixed-length stream of binary data ranging between 1 and 8,000 bytes.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Bit Nothing in Visual Basic).
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Char String. A fixed-length stream of non-Unicode characters ranging between 1 and 8,000 characters.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration DateTime DateTime. Date and time data ranging in value from January 1, 1753 to December 31, 9999 to an accuracy of 3.33 milliseconds.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Decimal 38 -1.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Float Double. A floating point number within the range of -1.79E +308 through 1.79E +308.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Image 31 -1 (or 2,147,483,647) bytes.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Int Int32. A 32-bit signed integer.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Money 63 -1 (or +9,223,372,036,854,775,807) with an accuracy to a ten-thousandth of a currency unit.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration NChar String. A fixed-length stream of Unicode characters ranging between 1 and 4,000 characters.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration NText 30 - 1 (or 1,073,741,823) characters.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration NVarChar String. A variable-length stream of Unicode characters ranging between 1 and 4,000 characters. Implicit conversion fails if the string is greater than 4,000 characters. Explicitly set the object when working with strings longer than 4,000 characters.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Real Single. A floating point number within the range of -3.40E +38 through 3.40E +38.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration UniqueIdentifier Guid. A globally unique identifier (or GUID).
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration SmallDateTime DateTime. Date and time data ranging in value from January 1, 1900 to June 6, 2079 to an accuracy of one minute.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration SmallInt Int16. A 16-bit signed integer.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration SmallMoney Decimal. A currency value ranging from -214,748.3648 to +214,748.3647 with an accuracy to a ten-thousandth of a currency unit.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Text 31 -1 (or 2,147,483,647) characters.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Timestamp timestamp is used typically as a mechanism for version-stamping table rows. The storage size is 8 bytes.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration TinyInt Byte. An 8-bit unsigned integer.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration VarBinary Byte. A variable-length stream of binary data ranging between 1 and 8,000 bytes. Implicit conversion fails if the byte array is greater than 8,000 bytes. Explicitly set the object when working with byte arrays larger than 8,000 bytes.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration VarChar String. A variable-length stream of non-Unicode characters ranging between 1 and 8,000 characters.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Variant Object. A special data type that can contain numeric, string, binary, or date data as well as the SQL Server values Empty and Null, which is assumed if no other type is declared.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Xml An XML value. Obtain the XML as a string using the CreateReader method.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Udt A SQL Server 2005 user-defined type (UDT).
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Structured A special data type for specifying structured data contained in table-valued parameters.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Date Date data ranging in value from January 1,1 AD through December 31, 9999 AD.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration Time Time data based on a 24-hour clock. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds. Corresponds to a SQL Server time value.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration DateTime2 Date and time data. Date value range is from January 1,1 AD through December 31, 9999 AD. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds.
【转载】.NET Framework Class LibrarySqlDbType Enumeration【转载】.NET Framework Class LibrarySqlDbType Enumeration DateTimeOffset Date and time data with time zone awareness. Date value range is from January 1,1 AD through December 31, 9999 AD. Time value range is 00:00:00 through 23:59:59.9999999 with an accuracy of 100 nanoseconds. Time zone value range is -14:00 through +14:00.

相关文章:

  • 2021-05-19
  • 2022-01-12
  • 2022-02-10
  • 2021-12-29
  • 2021-09-27
  • 2021-07-24
  • 2022-01-19
猜你喜欢
  • 2022-01-28
  • 2021-12-16
  • 2021-10-16
  • 2021-09-02
  • 2022-01-23
  • 2021-12-07
  • 2022-01-30
相关资源
相似解决方案