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
columnType
Type: Microsoft.WindowsAzure.Mobile.Service.Tables.TableColumnTypeThe TableColumnType for property this attribute is applied to.
See Also
TableColumnAttribute Class
Microsoft.WindowsAzure.Mobile.Service.Tables Namespace
Return to top