Returns the list of columns the materializer would like to have.
Namespace:
Tortuga.Chain.Materializers
Assembly:
Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)
public virtual IReadOnlyList<string> DesiredColumns()
Public Overridable Function DesiredColumns As IReadOnlyList(Of String)
public:
virtual IReadOnlyList<String^>^ DesiredColumns()
Return Value
IReadOnlyList<System.String>.
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.