Load a data source and look for conflicts. Equals to Add() and ForRange().
Namespace: DayPilot.Web.Mvc.ConflictAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
C# |
---|
public void Load( DataTable source, string startFieldName, string endFieldName, string resourceFieldName, DateTime rangeStart, DateTime rangeEnd ) |
Visual Basic |
---|
Public Sub Load ( _ source As DataTable, _ startFieldName As String, _ endFieldName As String, _ resourceFieldName As String, _ rangeStart As DateTime, _ rangeEnd As DateTime _ ) |
Visual C++ |
---|
public: void Load( DataTable^ source, String^ startFieldName, String^ endFieldName, String^ resourceFieldName, DateTime rangeStart, DateTime rangeEnd ) |
Parameters
- source
- Type: System.Data..::..DataTable
- startFieldName
- Type: System..::..String
- endFieldName
- Type: System..::..String
- resourceFieldName
- Type: System..::..String
- rangeStart
- Type: System..::..DateTime
- rangeEnd
- Type: System..::..DateTime