2 implementations of
System.Data.Common (2)
System\Data\Common\DbDataReader.cs (1)
32public abstract object this[string name] { get; }
System\Data\Common\DbDataRecord.cs (1)
17public abstract object this[string name] { get; }
1 reference to
Aspire.Hosting.Azure.Kusto.Tests (1)
KustoFunctionalTests.cs (1)
80return reader["message"].ToString();