TableColumnAttribute.TableColumnAnnotation Property
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.
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