TableColumnAttribute(TableColumnType) Constructor

Definition

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

public TableColumnAttribute (Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType columnType);
new Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnAttribute : Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnType -> Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnAttribute
Public Sub New (columnType As TableColumnType)

Parameters

columnType
TableColumnType

The TableColumnType for property this attribute is applied to.

Applies to