Share via


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)

Syntax

public TableColumnAttribute(
    TableColumnType columnType
)
public:
TableColumnAttribute(
    TableColumnType columnType
)
new : 
        columnType:TableColumnType -> TableColumnAttribute
Public Sub New (
    columnType As TableColumnType
)

Parameters

See Also

TableColumnAttribute Class
Microsoft.WindowsAzure.Mobile.Service.Tables Namespace

Return to top