[]
Gets or sets the function to locate the data source.
Func<object> LocateDataSource { get; set; }
A Func<TResult> that returns the data source object.