Common.__addSelectFieldsEnd Method
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.
public:
virtual void __addSelectFieldsEnd(System::Collections::Generic::ICollection<Microsoft::Dynamics::AX::DataAccess::StatementGenerator::FieldSpecification ^> ^ selectFields, bool callSuper, System::String ^ partCacheKey);
public virtual void __addSelectFieldsEnd (System.Collections.Generic.ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification> selectFields, bool callSuper, string partCacheKey);
abstract member __addSelectFieldsEnd : System.Collections.Generic.ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification> * bool * string -> unit
override this.__addSelectFieldsEnd : System.Collections.Generic.ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification> * bool * string -> unit
Public Overridable 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