TableColumnAttribute Constructor (TableColumnType)

 

Initializes a new instance of the TableColumnAttribute with a given columnType.

Namespace:   Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly:  Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)

Public Sub New (
	columnType As TableColumnType
)

Parameters

columnType
Type: Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType

The TableColumnType for property this attribute is applied to.

Return to top
Show: