IVsDataColumn Members

Include Protected Members
Include Inherited Members

Represents a mapped object that describes a tabular object column.

The IVsDataColumn type exposes the following members.

Properties

 

Name

Description

Public property

AdoDotNetDataType

Gets the ADO.NET data type as a numerical value from an ADO.NET–specific enumeration.

Public property

AdoDotNetDbType

Gets a value from the DbType enumeration that specifies the data type of the column for an ADO.NET data provider.

Public property

FrameworkDataType

Gets the .NET Framework type of the column.

Public property

Identifier

Gets the list of identifier parts that uniquely identify the current generic mapped type. (Inherited from IVsDataMappedObject.)

Public property

IsDeleted

Gets a value indicating whether the current generic mapped type is deleted. (Inherited from IVsDataMappedObject.)

Public property

IsNullable

Gets a value indicating whether the column is nullable.

Public property

Length

Gets the length of the column.

Public property

Name

Gets the name of the generic mapped type. (Inherited from IVsDataMappedObject.)

Public property

NativeDataType

Gets the data source–specific data type name.

Public property

Ordinal

Gets the ordinal number of the column, which specifies the order of the column in the columns collection.

Public property

Precision

Gets the maximum number of digits stored in the column.

Public property

Properties

Gets name/value pairs containing the property names and values associated with the current generic mapped type. (Inherited from IVsDataMappedObject.)

Public property

Scale

Gets the maximum number of digits to the right of the decimal point.

Public property

Selector

Gets a selector object that enables the retrieval of data source–specific metadata from the data object support XML file. (Inherited from IVsDataMappedObject.)

Public property

Site

Gets or sets the site. (Inherited from IVsDataSiteableObject<T>.)

Public property

Type

Gets the type name as a string for the current generic mapped type. (Inherited from IVsDataMappedObject.)

Public property

UnderlyingObject

Gets the underlying object that is contained by the current generic mapped type. (Inherited from IVsDataMappedObject.)

Public property

UserDataType

Gets a user-defined data type.

Top

See Also

Reference

IVsDataColumn Interface

Microsoft.VisualStudio.Data.Services.RelationalObjectModel Namespace