TableColumnAttribute(TableColumnType) Constructor

Definition

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

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

Parameters

columnType
TableColumnType

The TableColumnType for property this attribute is applied to.

Applies to