ClassMetadata..::..ColumnsFor Property

Gets the database columns for this class.

Namespace:  Tortuga.Anchor.Metadata
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public ImmutableArray<string> ColumnsFor { get; }
Public ReadOnly Property ColumnsFor As ImmutableArray(Of String)
	Get

Remarks


This honors the Column, NotMapped, and Decompose attributes.