Rows.Add
Adds a row or array of rows to the initialized data extension
Rows.Add(1)
Ordinal | Type | Description | |
---|---|---|---|
1 | object | Required | Information 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.