SYMBOL INDEX (20 symbols across 1 files) FILE: EFCoreFluent/src/EFCoreFluent/EFExtensions.cs class EFExtensions (line 14) | public static class EFExtensions method LoadStoredProc (line 24) | public static DbCommand LoadStoredProc(this DbContext context, string ... method WithSqlParam (line 53) | public static DbCommand WithSqlParam(this DbCommand cmd, string paramN... method WithSqlParam (line 74) | public static DbCommand WithSqlParam(this DbCommand cmd, string paramN... method WithSqlParam (line 94) | public static DbCommand WithSqlParam(this DbCommand cmd, IDbDataParame... method WithSqlParams (line 111) | public static DbCommand WithSqlParams(this DbCommand cmd, IDbDataParam... class SprocResults (line 121) | public class SprocResults method SprocResults (line 125) | public SprocResults(DbDataReader reader) method ReadToList (line 130) | public IList ReadToList() where T : new() method ReadToValue (line 135) | public T? ReadToValue() where T : struct method NextResultAsync (line 140) | public Task NextResultAsync() method NextResultAsync (line 145) | public Task NextResultAsync(CancellationToken ct) method NextResult (line 150) | public bool NextResult() method MapToList (line 161) | private static IList MapToList(DbDataReader dr) where T : new() method MapToValue (line 218) | private static T? MapToValue(DbDataReader dr) where T : struct method ExecuteStoredProc (line 240) | public static void ExecuteStoredProc(this DbCommand command, Action ExecuteStoredNonQueryAsync(this DbComman...