Common.InitializeTableInheritanceForSelect 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 InitializeTableInheritanceForSelect(System::Collections::Generic::ICollection<Microsoft::Dynamics::AX::DataAccess::StatementGenerator::FieldSpecification ^> ^ selectFields);
public void InitializeTableInheritanceForSelect (System.Collections.Generic.ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification> selectFields);
member this.InitializeTableInheritanceForSelect : System.Collections.Generic.ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification> -> unit
Public Sub InitializeTableInheritanceForSelect (selectFields As ICollection(Of FieldSpecification))
Parameters
- selectFields
- ICollection<Microsoft.Dynamics.AX.DataAccess.StatementGenerator.FieldSpecification>