TableColumnAttribute.TableColumnAnnotation Property
When registering the TableColumnAttribute with Entity Framework using a model builder code first convention, use this name as the table column annotation name. See https://entityframework.codeplex.com/wikipage?title=Code%20First%20Annotations for more information about Entity Framework code first conventions and code annotations.
Namespace: Microsoft.WindowsAzure.Mobile.Service.Tables
Assembly: Microsoft.WindowsAzure.Mobile.Service.Tables (in Microsoft.WindowsAzure.Mobile.Service.Tables.dll)
Syntax
public static string TableColumnAnnotation { get; }
public:
property String^ TableColumnAnnotation {
static String^ get();
}
static member TableColumnAnnotation : string with get
Public Shared ReadOnly Property TableColumnAnnotation As String
Property Value
Type: System.String
See Also
TableColumnAttribute Class
Microsoft.WindowsAzure.Mobile.Service.Tables Namespace
Return to top