ManagedCommonImplementation.AddSelectFieldsEnd Method

Definition

public:
 void AddSelectFieldsEnd(System::Collections::Generic::ICollection<Microsoft::Dynamics::AX::DataAccess::StatementGenerator::FieldSpecification ^> ^ selectFields, bool callSuper, System::String ^ partCacheKey);
public void AddSelectFieldsEnd (System.Collections.Generic.ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification> selectFields, bool callSuper, string partCacheKey);
member this.AddSelectFieldsEnd : System.Collections.Generic.ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification> * bool * string -> unit
Public Sub AddSelectFieldsEnd (selectFields As ICollection(Of FieldSpecification), callSuper As Boolean, partCacheKey As String)

Parameters

selectFields
ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification>
callSuper
Boolean
partCacheKey
String

Applies to