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