Add a data source.

Namespace: DayPilot.Web.Mvc.Conflict
Assembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)

Syntax

C#
public ConflictDetector Add(
	DataTable source,
	string startFieldName,
	string endFieldName,
	string resourceFieldName
)
Visual Basic
Public Function Add ( _
	source As DataTable, _
	startFieldName As String, _
	endFieldName As String, _
	resourceFieldName As String _
) As ConflictDetector
Visual C++
public:
ConflictDetector^ Add(
	DataTable^ source, 
	String^ startFieldName, 
	String^ endFieldName, 
	String^ resourceFieldName
)

Parameters

source
Type: System.Data..::..DataTable
startFieldName
Type: System..::..String
endFieldName
Type: System..::..String
resourceFieldName
Type: System..::..String

Return Value

See Also