ManagedCommonImplementation.AddSelectFields 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:
void AddSelectFields(System::Collections::Generic::ICollection<Microsoft::Dynamics::AX::DataAccess::StatementGenerator::FieldSpecification ^> ^ selectFields, bool callSuper);
public void AddSelectFields (System.Collections.Generic.ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification> selectFields, bool callSuper);
member this.AddSelectFields : System.Collections.Generic.ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification> * bool -> unit
Public Sub AddSelectFields (selectFields As ICollection(Of FieldSpecification), callSuper As Boolean)
Parameters
- selectFields
- ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification>
- callSuper
- Boolean