Rows.Add

Adds a row or array of rows to the initialized data extension

Syntax

Rows.Add(1)

Function Properties

OrdinalTypeDescription
1objectRequiredInformation to include in row or array of rows

This sample code adds a row to the birthdayDE data extension.

This sample code adds an array of rows to the birthdayDE data extension.

The function returns the number of rows affected by the call.