SqlMetaData Constructor (String, SqlDbType, Int64)

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

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    dbType As SqlDbType, _
    maxLength As Long _
)
'Usage
Dim name As String
Dim dbType As SqlDbType
Dim maxLength As Long

Dim instance As New SqlMetaData(name, dbType, _
    maxLength)
public SqlMetaData(
    string name,
    SqlDbType dbType,
    long maxLength
)
public:
SqlMetaData(
    String^ name, 
    SqlDbType dbType, 
    long long maxLength
)
new : 
        name:string * 
        dbType:SqlDbType * 
        maxLength:int64 -> SqlMetaData
public function SqlMetaData(
    name : String, 
    dbType : SqlDbType, 
    maxLength : long
)

Parameters

See Also

Reference

SqlMetaData Class

SqlMetaData Overload

System.Data.SqlServerCe Namespace