DataType-Konstruktor

Initializes a new instance of the DataType class.

Das Element ist überladen. Um vollständige Informationen zu diesem Element zu erhalten, einschließlich Syntax, Verwendung und Beispielen, klicken Sie auf einen Namen in der Überladungsliste.

Überladungsliste

  Name Beschreibung
Öffentliche Methode DataType() () () () Initializes a new instance of the DataType class.
Öffentliche Methode DataType(SqlDataType) Initializes a new instance of the DataType class based on a specified SQL Server data type.
Öffentliche Methode DataType(UserDefinedDataType) Initializes a new instance of the DataType class based on a specified user-defined data type.
Öffentliche Methode DataType(UserDefinedTableType) Initializes a new instance of the DataType class based on a specified user-defined table type.
Öffentliche Methode DataType(UserDefinedType) Initializes a new instance of the DataType class based on a specified user-defined type.
Öffentliche Methode DataType(XmlSchemaCollection) Initializes a new instance of the DataType class based on a specified XML schema collection.
Öffentliche Methode 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.
Öffentliche Methode DataType(SqlDataType, String) Initializes a new instance of the DataType class based on a specified SQL Server data type with the specified type.
Öffentliche Methode 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.
Öffentliche Methode 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.

Zum Anfang