Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

Materializer..::..DesiredColumns Method

Returns the list of columns the materializer would like to have.

Namespace:  Tortuga.Chain.Materializers
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public virtual IReadOnlyList<string> DesiredColumns()
Public Overridable Function DesiredColumns As IReadOnlyList(Of String)
public:
virtual IReadOnlyList<String^>^ DesiredColumns()

Return Value

IReadOnlyList<System.String>.

Remarks


If AutoSelectDesiredColumns is returned, the command builder is allowed to choose which columns to return. If NoColumns is returned, the command builder should omit the SELECT/OUTPUT clause.