Share via


IVsDataParameter.AdoDotNetDataType Property

Gets the ADO.NET data type as a numerical value from the DbMetaDataCollectionNames metadata collection.

Namespace:  Microsoft.VisualStudio.Data.Services.RelationalObjectModel
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
ReadOnly Property AdoDotNetDataType As Integer
    Get
int AdoDotNetDataType { get; }
property int AdoDotNetDataType {
    int get ();
}
abstract AdoDotNetDataType : int
function get AdoDotNetDataType () : int

Property Value

Type: System.Int32
A numerical value corresponding to the ADO.NET data type.

.NET Framework Security

See Also

Reference

IVsDataParameter Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace