Class DataRowCollection
Collection of DataRow objects
Inherited Members
Namespace: PnP.Framework.Provisioning.Model
Assembly: PnP.Framework.dll
Syntax
public class DataRowCollection : BaseProvisioningTemplateObjectCollection<DataRow>, IProvisioningTemplateDescendant
Constructors
DataRowCollection(ProvisioningTemplate)
Constructor for DataRowCollection class
Declaration
public DataRowCollection(ProvisioningTemplate parentTemplate)
Parameters
ProvisioningTemplate
parentTemplate
Parent provisioning template |
Properties
KeyColumn
Optional attribute to declare the name of the Key Column, if any, used to identify any already existing DataRows.
Declaration
public String KeyColumn { get; set; }
Property Value
String
|
UpdateBehavior
If the DataRow already exists on target list, this attribute defines whether the DataRow will be overwritten or skipped.
Declaration
public UpdateBehavior UpdateBehavior { get; set; }
Property Value
UpdateBehavior
|