Batch(String, Guid, CpCollection) Constructor

Initializes a new instance of the Batch class

Definition

Namespace: Centralpoint.Web.Site.DataBroadcast
Assembly: Centralpoint.Web.Site (in Centralpoint.Web.Site.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Batch(
	string selectConnectionString,
	Guid dataId,
	CpCollection attributes
)

Parameters

selectConnectionString  String
 
dataId  Guid
 
attributes  CpCollection
 

See Also