Share via


SqlMetaData.SqlMetaData(String, SqlDbType, Byte, Byte) Constructor

This constructor supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the SqlMetaData class with the specified column name, type, and user-defined type.

Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in system.data.sqlserverce.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    dbType As SqlDbType, _
    precision As Byte, _
    scale As Byte _
)
'Usage
Dim name As String
Dim dbType As SqlDbType
Dim precision As Byte
Dim scale As Byte

Dim instance As New SqlMetaData(name, dbType, precision, scale)
public SqlMetaData (
    string name,
    SqlDbType dbType,
    byte precision,
    byte scale
)
public:
SqlMetaData (
    String^ name, 
    SqlDbType dbType, 
    unsigned char precision, 
    unsigned char scale
)
public SqlMetaData (
    String name, 
    SqlDbType dbType, 
    byte precision, 
    byte scale
)
public function SqlMetaData (
    name : String, 
    dbType : SqlDbType, 
    precision : byte, 
    scale : byte
)
Not applicable.

Parameters

  • name
    The name of the column.
  • dbType
    The SQL Server type of the parameter or column.
  • precision
    The precision of the parameter or column.
  • scale
    The scale of the parameter or column.

Platforms

Windows CE, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows XP Professional x64 Edition, Windows XP SP2

The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.

Version Information

.NET Framework

Supported in: 3.0

.NET Compact Framework

Supported in: 2.0

See Also

Reference

SqlMetaData Class
SqlMetaData Members
System.Data.SqlServerCe Namespace