SqlMetaData.TypeName Property

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 ReadOnly Property TypeName As String
    Get
'Usage
Dim instance As SqlMetaData
Dim value As String

value = instance.TypeName
public string TypeName { get; }
public:
property String^ TypeName {
    String^ get ();
}
member TypeName : string
function get TypeName () : String

Property Value

Type: System.String

See Also

Reference

SqlMetaData Class

System.Data.SqlServerCe Namespace