Compartir a través de


DataType Constructor

Initializes a new instance of the DataType class.

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
Método público DataType() () () () Initializes a new instance of the DataType class.
Método público DataType(SqlDataType) Initializes a new instance of the DataType class based on a specified SQL Server data type.
Método público DataType(UserDefinedDataType) Initializes a new instance of the DataType class based on a specified user-defined data type.
Método público DataType(UserDefinedTableType) Initializes a new instance of the DataType class based on a specified user-defined table type.
Método público DataType(UserDefinedType) Initializes a new instance of the DataType class based on a specified user-defined type.
Método público DataType(XmlSchemaCollection) Initializes a new instance of the DataType class based on a specified XML schema collection.
Método público DataType(SqlDataType, Int32) Initializes a new instance of the DataType class based on a specified SQL Server data type with specified precision or maximum length.
Método público DataType(SqlDataType, String) Initializes a new instance of the DataType class based on a specified SQL Server data type with the specified type.
Método público DataType(SqlDataType, Int32, Int32) Initializes a new instance of the DataType class based on a specified SQL Server data type with the specified precision and scale.
Método público DataType(SqlDataType, String, String) Initializes a new instance of the DataType class based on a specified SQL Server data type with the specified type and schema.

Arriba