Sugerir traducción
 
Otros han sugerido:

progress indicator
No hay más sugerencias.
Evaluar y enviar comentarios
Contraer todo/Expandir todo Contraer todo
Ver contenido:  en paraleloVer contenido: en paralelo
.NET Framework Class Library
DbType Enumeration

Specifies the data type of a field, a property, or a Parameter object of a .NET Framework data provider.

Namespace:  System.Data
Assembly:  System.Data (in System.Data.dll)
Visual Basic
Public Enumeration DbType
C#
public enum DbType
Visual C++
public enum class DbType
F#
type DbType
Member nameDescription
Supported by the XNA FrameworkAnsiStringA variable-length stream of non-Unicode characters ranging between 1 and 8,000 characters.
Supported by the XNA FrameworkBinaryA variable-length stream of binary data ranging between 1 and 8,000 bytes.
Supported by the XNA FrameworkByteAn 8-bit unsigned integer ranging in value from 0 to 255.
Supported by the XNA FrameworkBooleanA simple type representing Boolean values of true or false.
Supported by the XNA FrameworkCurrencyA currency value ranging from -2 63 (or -922,337,203,685,477.5808) to 2 63 -1 (or +922,337,203,685,477.5807) with an accuracy to a ten-thousandth of a currency unit.
Supported by the XNA FrameworkDateA type representing a date value.
Supported by the XNA FrameworkDateTimeA type representing a date and time value.
Supported by the XNA FrameworkDecimalA simple type representing values ranging from 1.0 x 10 -28 to approximately 7.9 x 10 28 with 28-29 significant digits.
Supported by the XNA FrameworkDoubleA floating point type representing values ranging from approximately 5.0 x 10 -324 to 1.7 x 10 308 with a precision of 15-16 digits.
Supported by the XNA FrameworkGuidA globally unique identifier (or GUID).
Supported by the XNA FrameworkInt16An integral type representing signed 16-bit integers with values between -32768 and 32767.
Supported by the XNA FrameworkInt32An integral type representing signed 32-bit integers with values between -2147483648 and 2147483647.
Supported by the XNA FrameworkInt64An integral type representing signed 64-bit integers with values between -9223372036854775808 and 9223372036854775807.
Supported by the XNA FrameworkObjectA general type representing any reference or value type not explicitly represented by another DbType value.
Supported by the XNA FrameworkSByteAn integral type representing signed 8-bit integers with values between -128 and 127.
Supported by the XNA FrameworkSingleA floating point type representing values ranging from approximately 1.5 x 10 -45 to 3.4 x 10 38 with a precision of 7 digits.
Supported by the XNA FrameworkStringA type representing Unicode character strings.
Supported by the XNA FrameworkTimeA type representing a SQL Server DateTime value. If you want to use a SQL Server time value, use Time.
Supported by the XNA FrameworkUInt16An integral type representing unsigned 16-bit integers with values between 0 and 65535.
Supported by the XNA FrameworkUInt32An integral type representing unsigned 32-bit integers with values between 0 and 4294967295.
Supported by the XNA FrameworkUInt64An integral type representing unsigned 64-bit integers with values between 0 and 18446744073709551615.
Supported by the XNA FrameworkVarNumericA variable-length numeric value.
Supported by the XNA FrameworkAnsiStringFixedLengthA fixed-length stream of non-Unicode characters.
Supported by the XNA FrameworkStringFixedLengthA fixed-length string of Unicode characters.
Supported by the XNA FrameworkXmlA parsed representation of an XML document or fragment.
Supported by the XNA FrameworkDateTime2Date 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.
Supported by the XNA FrameworkDateTimeOffsetDate 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.

The type of a parameter is specific to the .NET Framework data provider. Specifying the type converts the value of the Parameter to the data provider Type before passing the value to the data source. If the type is not specified, ADO.NET infers the data provider Type of the Parameter from the Value property of the Parameter object.

You can also generically specify the type of a Parameter by setting DbType property of a Parameter object.

ADO.NET cannot correctly infer the type if a byte array is larger than 8,000 bytes. Explicitly specify the DbType when working with byte arrays larger than 8,000 bytes.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role not supported), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Biblioteca de clases de .NET Framework
DbType (Enumeración)

Especifica el tipo de datos de un campo, una propiedad o un objeto Parameter de un proveedor de datos de .NET Framework.

Espacio de nombres:  System.Data
Ensamblado:  System.Data (en System.Data.dll)
Visual Basic
Public Enumeration DbType
C#
public enum DbType
Visual C++
public enum class DbType
F#
type DbType
Nombre de miembroDescripción
Compatible con XNA FrameworkAnsiStringSecuencia de longitud variable de caracteres no Unicode comprendida entre 1 y 8.000 caracteres.
Compatible con XNA FrameworkBinarySecuencia de longitud variable de datos binarios comprendida entre 1 y 8.000 bytes.
Compatible con XNA FrameworkByteEntero de 8 bits sin signo cuyo valor está comprendido entre 0 y 255.
Compatible con XNA FrameworkBooleanTipo simple que representa los valores booleanos true o false.
Compatible con XNA FrameworkCurrencyValor de moneda comprendido entre -2 63 (o -922,337,203,685,477.5808) y 2 63 -1 (o +922,337,203,685,477.5807), con una precisión de una diezmilésima de unidad de moneda.
Compatible con XNA FrameworkDateTipo que representa un valor de fecha.
Compatible con XNA FrameworkDateTimeTipo que representa un valor de fecha y hora.
Compatible con XNA FrameworkDecimalTipo simple que representa los valores comprendidos entre 1,0 x 10 -28 y aproximadamente 7,9 x 10 28, con 28-29 dígitos significativos.
Compatible con XNA FrameworkDoubleTipo de punto flotante que representa los valores comprendidos entre aproximadamente 5,0 x 10 -324 y 1,7 x 10 308, con una precisión de 15-16 dígitos.
Compatible con XNA FrameworkGuidIdentificador único global (GUID).
Compatible con XNA FrameworkInt16Tipo integral que representa enteros de 16 bits con signo con valores comprendidos entre -32768 y 32767.
Compatible con XNA FrameworkInt32Tipo integral que representa enteros de 32 bits con signo con valores comprendidos entre -2147483648 y 2147483647.
Compatible con XNA FrameworkInt64Tipo integral que representa enteros de 64 bits con signo con valores comprendidos entre -9223372036854775808 y 9223372036854775807.
Compatible con XNA FrameworkObjectTipo general que representa cualquier tipo de valor o referencia no representado de forma explícita por otro valor DbType.
Compatible con XNA FrameworkSByteTipo integral que representa enteros de 8 bits con signo con valores comprendidos entre -128 y 127.
Compatible con XNA FrameworkSingleTipo de punto flotante que representa los valores comprendidos entre aproximadamente 1,5 x 10 -45 y 3,4 x 10 38, con una precisión de 7 dígitos.
Compatible con XNA FrameworkStringTipo que representa cadenas de caracteres Unicode.
Compatible con XNA FrameworkTimeTipo que representa un valor DateTime de SQL Server. Si desea utilizar un valor time de SQL Server, use Time.
Compatible con XNA FrameworkUInt16Tipo integral que representa enteros de 16 bits sin signo con valores comprendidos entre 0 y 65535.
Compatible con XNA FrameworkUInt32Tipo integral que representa enteros de 32 bits sin signo con valores comprendidos entre 0 y 4294967295.
Compatible con XNA FrameworkUInt64Tipo integral que representa enteros de 64 bits sin signo con valores comprendidos entre 0 y 18446744073709551615.
Compatible con XNA FrameworkVarNumericValor numérico de longitud variable.
Compatible con XNA FrameworkAnsiStringFixedLengthSecuencia de longitud fija de caracteres no Unicode.
Compatible con XNA FrameworkStringFixedLengthCadena de longitud fija de caracteres Unicode.
Compatible con XNA FrameworkXmlRepresentación analizada de un documento o fragmento XML.
Compatible con XNA FrameworkDateTime2Datos de fecha y hora. El intervalo de valores de fecha comprende desde el 1 de enero de 1 d.C. hasta el 31 de diciembre de 9999 d.C. El intervalo de valor horario está comprendido entre 00:00:00 y 23:59:59,9999999 con una precisión de 100 nanosegundos.
Compatible con XNA FrameworkDateTimeOffsetDatos de fecha y hora con conocimiento de la zona horaria. El intervalo de valores de fecha comprende desde el 1 de enero de 1 d.C. hasta el 31 de diciembre de 9999 d.C. El intervalo de valor horario está comprendido entre 00:00:00 y 23:59:59,9999999 con una precisión de 100 nanosegundos. El intervalo horario es -14: 00 hasta +14:00.

El tipo de un parámetro es específico del proveedor de datos de .NET Framework. Al especificar el tipo, el valor de Parameter se convierte en el tipo del proveedor de datos de .NET Framework antes de pasar el valor al origen de datos. Si no se especifica el tipo, ADO.NET deduce el tipo de proveedor de datos del Parameter a partir de la propiedad Value del objeto Parameter.

También se puede especificar de forma genérica el tipo de un Parameter estableciendo la propiedad DbType de un objeto Parameter.

ADO.NET no puede inferir correctamente el tipo si una matriz de bytes tiene más de 8.000 bytes. Especifique de forma explícita el DbType al trabajar con matrices de bytes que tengan más de 8.000 bytes.

.NET Framework

Compatible con: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Compatible con: 4, 3.5 SP1

Windows 7, Windows Vista SP1 o posterior, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (no se admite Server Core), Windows Server 2008 R2 (se admite Server Core con SP1 o posterior), Windows Server 2003 SP2

.NET Framework no admite todas las versiones de todas las plataformas. Para obtener una lista de las versiones compatibles, vea Requisitos de sistema de .NET Framework.
Contenido de la comunidad   ¿Qué es Community Content?
Agregar contenido nuevo RSS  Anotaciones
Processing
© 2012 Microsoft. Reservados todos los derechos. Términos de uso | Marcas Registradas | Privacidad
Page view tracker