TableColumnAttribute(TableColumnType) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET