TableColumnAttribute.TableColumnAnnotation Property

Definition

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.

public static string TableColumnAnnotation { get; }
static member TableColumnAnnotation : string
Public Shared ReadOnly Property TableColumnAnnotation As String

Property Value

Applies to