You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Returns a source block as the source of records.
462
+
/// </summary>
463
+
/// <typeparam name="T">The model type to map the values to (using reflection).</typeparam>
464
+
/// <param name="options">The optional ExecutionDataflowBlockOptions to use with the source.</param>
465
+
/// <param name="fieldMappingOverrides">An override map of field names to column names where the keys are the property names, and values are the column names.</param>
466
+
/// <returns>A transform block that is receiving the results.</returns>
0 commit comments