Rows.Add

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

Rows.Add(1)

The Rows.Add() function has one property.

OrdinalTypeDescription
1ObjectRequired. Information to include in a row. Specify one object for each row to add to the data extension.

This sample code adds multiple rows to the birthdayDE data extension.

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