SYMBOL INDEX (212 symbols across 7 files) FILE: src/Dapper.Contrib/SqlMapperExtensions.Async.cs class SqlMapperExtensions (line 12) | public static partial class SqlMapperExtensions method GetAsync (line 25) | public static async Task GetAsync(this IDbConnection connection,... method GetAllAsync (line 81) | public static Task> GetAllAsync(this IDbConnection c... method GetAllAsyncImpl (line 102) | private static async Task> GetAllAsyncImpl(IDbConnec... method InsertAsync (line 139) | public static Task InsertAsync(this IDbConnection connection, ... method UpdateAsync (line 209) | public static async Task UpdateAsync(this IDbConnection conne... method DeleteAsync (line 280) | public static async Task DeleteAsync(this IDbConnection conne... method DeleteAllAsync (line 336) | public static async Task DeleteAllAsync(this IDbConnection co... type ISqlAdapter (line 346) | public partial interface ISqlAdapter method InsertAsync (line 360) | Task InsertAsync(IDbConnection connection, IDbTransaction transac... class SqlServerAdapter (line 363) | public partial class SqlServerAdapter method InsertAsync (line 377) | public async Task InsertAsync(IDbConnection connection, IDbTransa... class SqlCeServerAdapter (line 396) | public partial class SqlCeServerAdapter method InsertAsync (line 410) | public async Task InsertAsync(IDbConnection connection, IDbTransa... class MySqlAdapter (line 429) | public partial class MySqlAdapter method InsertAsync (line 443) | public async Task InsertAsync(IDbConnection connection, IDbTransa... class PostgresAdapter (line 462) | public partial class PostgresAdapter method InsertAsync (line 476) | public async Task InsertAsync(IDbConnection connection, IDbTransa... class SQLiteAdapter (line 515) | public partial class SQLiteAdapter method InsertAsync (line 529) | public async Task InsertAsync(IDbConnection connection, IDbTransa... class FbAdapter (line 545) | public partial class FbAdapter method InsertAsync (line 559) | public async Task InsertAsync(IDbConnection connection, IDbTransa... FILE: src/Dapper.Contrib/SqlMapperExtensions.cs class SqlMapperExtensions (line 18) | public static partial class SqlMapperExtensions type IProxy (line 23) | public interface IProxy //must be kept public type ITableNameMapper (line 34) | public interface ITableNameMapper method GetTableName (line 41) | string GetTableName(Type type); method ComputedPropertiesCache (line 74) | private static List ComputedPropertiesCache(Type type) method ExplicitKeyPropertiesCache (line 87) | private static List ExplicitKeyPropertiesCache(Type type) method KeyPropertiesCache (line 100) | private static List KeyPropertiesCache(Type type) method TypePropertiesCache (line 123) | private static List TypePropertiesCache(Type type) method IsWriteable (line 135) | private static bool IsWriteable(PropertyInfo pi) method GetSingleKey (line 144) | private static PropertyInfo GetSingleKey(string method) method Get (line 170) | public static T Get(this IDbConnection connection, dynamic id, IDbT... method GetAll (line 232) | public static IEnumerable GetAll(this IDbConnection connection, ... method GetTableName (line 280) | private static string GetTableName(Type type) method Insert (line 320) | public static long Insert(this IDbConnection connection, T entityTo... method Update (line 399) | public static bool Update(this IDbConnection connection, T entityTo... method Delete (line 470) | public static bool Delete(this IDbConnection connection, T entityTo... method DeleteAll (line 526) | public static bool DeleteAll(this IDbConnection connection, IDbTran... method GetFormatter (line 543) | private static ISqlAdapter GetFormatter(IDbConnection connection) class ProxyGenerator (line 553) | private static class ProxyGenerator method GetAsmBuilder (line 557) | private static AssemblyBuilder GetAsmBuilder(string name) method GetInterfaceProxy (line 566) | public static T GetInterfaceProxy() method CreateIsDirtyProperty (line 604) | private static MethodInfo CreateIsDirtyProperty(TypeBuilder typeBuil... method CreateProperty (line 645) | private static void CreateProperty(TypeBuilder typeBuilder, strin... class TableAttribute (line 706) | [AttributeUsage(AttributeTargets.Class)] method TableAttribute (line 713) | public TableAttribute(string tableName) class KeyAttribute (line 727) | [AttributeUsage(AttributeTargets.Property)] class ExplicitKeyAttribute (line 735) | [AttributeUsage(AttributeTargets.Property)] class WriteAttribute (line 743) | [AttributeUsage(AttributeTargets.Property)] method WriteAttribute (line 750) | public WriteAttribute(bool write) class ComputedAttribute (line 764) | [AttributeUsage(AttributeTargets.Property)] type ISqlAdapter (line 774) | public partial interface ISqlAdapter method Insert (line 788) | int Insert(IDbConnection connection, IDbTransaction transaction, int? ... method AppendColumnName (line 795) | void AppendColumnName(StringBuilder sb, string columnName); method AppendColumnNameEqualsValue (line 801) | void AppendColumnNameEqualsValue(StringBuilder sb, string columnName); class SqlServerAdapter (line 807) | public partial class SqlServerAdapter : ISqlAdapter method Insert (line 821) | public int Insert(IDbConnection connection, IDbTransaction transaction... method AppendColumnName (line 844) | public void AppendColumnName(StringBuilder sb, string columnName) method AppendColumnNameEqualsValue (line 854) | public void AppendColumnNameEqualsValue(StringBuilder sb, string colum... class SqlCeServerAdapter (line 863) | public partial class SqlCeServerAdapter : ISqlAdapter method Insert (line 877) | public int Insert(IDbConnection connection, IDbTransaction transaction... method AppendColumnName (line 900) | public void AppendColumnName(StringBuilder sb, string columnName) method AppendColumnNameEqualsValue (line 910) | public void AppendColumnNameEqualsValue(StringBuilder sb, string colum... class MySqlAdapter (line 919) | public partial class MySqlAdapter : ISqlAdapter method Insert (line 933) | public int Insert(IDbConnection connection, IDbTransaction transaction... method AppendColumnName (line 955) | public void AppendColumnName(StringBuilder sb, string columnName) method AppendColumnNameEqualsValue (line 965) | public void AppendColumnNameEqualsValue(StringBuilder sb, string colum... class PostgresAdapter (line 974) | public partial class PostgresAdapter : ISqlAdapter method Insert (line 988) | public int Insert(IDbConnection connection, IDbTransaction transaction... method AppendColumnName (line 1031) | public void AppendColumnName(StringBuilder sb, string columnName) method AppendColumnNameEqualsValue (line 1041) | public void AppendColumnNameEqualsValue(StringBuilder sb, string colum... class SQLiteAdapter (line 1050) | public partial class SQLiteAdapter : ISqlAdapter method Insert (line 1064) | public int Insert(IDbConnection connection, IDbTransaction transaction... method AppendColumnName (line 1084) | public void AppendColumnName(StringBuilder sb, string columnName) method AppendColumnNameEqualsValue (line 1094) | public void AppendColumnNameEqualsValue(StringBuilder sb, string colum... class FbAdapter (line 1103) | public partial class FbAdapter : ISqlAdapter method Insert (line 1117) | public int Insert(IDbConnection connection, IDbTransaction transaction... method AppendColumnName (line 1141) | public void AppendColumnName(StringBuilder sb, string columnName) method AppendColumnNameEqualsValue (line 1151) | public void AppendColumnNameEqualsValue(StringBuilder sb, string colum... FILE: tests/Dapper.Tests.Contrib/Helpers/Attributes.cs class FactAttribute (line 14) | [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] class TheoryAttribute (line 30) | [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] class FactLongRunningAttribute (line 34) | [AttributeUsage(AttributeTargets.Method, AllowMultiple = false)] method FactLongRunningAttribute (line 37) | public FactLongRunningAttribute() FILE: tests/Dapper.Tests.Contrib/Helpers/XunitSkippable.cs class Skip (line 12) | public static class Skip method Inconclusive (line 14) | public static void Inconclusive(string reason = "inconclusive") method If (line 17) | public static void If(object obj, string reason = null) class SkipTestException (line 25) | public class SkipTestException : Exception method SkipTestException (line 27) | public SkipTestException(string reason) : base(reason) class FactDiscoverer (line 33) | public class FactDiscoverer : Xunit.Sdk.FactDiscoverer method FactDiscoverer (line 35) | public FactDiscoverer(IMessageSink diagnosticMessageSink) : base(diagn... method CreateTestCase (line 37) | protected override IXunitTestCase CreateTestCase(ITestFrameworkDiscove... class TheoryDiscoverer (line 41) | public class TheoryDiscoverer : Xunit.Sdk.TheoryDiscoverer method TheoryDiscoverer (line 43) | public TheoryDiscoverer(IMessageSink diagnosticMessageSink) : base(dia... method CreateTestCasesForDataRow (line 45) | protected override IEnumerable CreateTestCasesForDataR... method CreateTestCasesForSkip (line 48) | protected override IEnumerable CreateTestCasesForSkip(... method CreateTestCasesForTheory (line 51) | protected override IEnumerable CreateTestCasesForTheor... method CreateTestCasesForSkippedDataRow (line 54) | protected override IEnumerable CreateTestCasesForSkipp... class SkippableTestCase (line 58) | public class SkippableTestCase : XunitTestCase method GetDisplayName (line 60) | protected override string GetDisplayName(IAttributeInfo factAttribute,... method SkippableTestCase (line 63) | [Obsolete("Called by the de-serializer; should only be called by deriv... method SkippableTestCase (line 66) | public SkippableTestCase(IMessageSink diagnosticMessageSink, TestMetho... method RunAsync (line 71) | public override async Task RunAsync( class SkippableTheoryTestCase (line 84) | public class SkippableTheoryTestCase : XunitTheoryTestCase method GetDisplayName (line 86) | protected override string GetDisplayName(IAttributeInfo factAttribute,... method SkippableTheoryTestCase (line 89) | [Obsolete("Called by the de-serializer; should only be called by deriv... method SkippableTheoryTestCase (line 92) | public SkippableTheoryTestCase(IMessageSink diagnosticMessageSink, Tes... method RunAsync (line 95) | public override async Task RunAsync( class NamedSkippedDataRowTestCase (line 108) | public class NamedSkippedDataRowTestCase : XunitSkippedDataRowTestCase method GetDisplayName (line 110) | protected override string GetDisplayName(IAttributeInfo factAttribute,... method NamedSkippedDataRowTestCase (line 113) | [Obsolete("Called by the de-serializer; should only be called by deriv... method NamedSkippedDataRowTestCase (line 116) | public NamedSkippedDataRowTestCase(IMessageSink diagnosticMessageSink,... class SkippableMessageBus (line 120) | public class SkippableMessageBus : IMessageBus method SkippableMessageBus (line 123) | public SkippableMessageBus(IMessageBus innerBus) => InnerBus = innerBus; method Dispose (line 127) | public void Dispose() { } method QueueMessage (line 129) | public bool QueueMessage(IMessageSinkMessage message) class XUnitExtensions (line 144) | internal static class XUnitExtensions method StripName (line 146) | internal static string StripName(this string name) => method Update (line 149) | public static RunSummary Update(this RunSummary summary, SkippableMess... FILE: tests/Dapper.Tests.Contrib/TestSuite.Async.cs class TestSuite (line 12) | public abstract partial class TestSuite method TypeWithGenericParameterCanBeInsertedAsync (line 14) | [Fact] method TypeWithGenericParameterCanBeUpdatedAsync (line 49) | [Fact] method TypeWithGenericParameterCanBeDeletedAsync (line 69) | [Fact] method GetAsyncSucceedsAfterDeleteAsyncWhenExplicitKeyPresent (line 86) | [Fact] method InsertGetUpdateDeleteWithExplicitKeyAsync (line 100) | [Fact] method TableNameAsync (line 139) | [Fact] method TestSimpleGetAsync (line 156) | [Fact] method InsertGetUpdateAsync (line 169) | [Fact] method InsertCheckKeyAsync (line 208) | [Fact] method BuilderSelectClauseAsync (line 222) | [Fact] method BuilderTemplateWithoutCompositionAsync (line 256) | [Fact] method InsertEnumerableAsync (line 276) | [Fact] method InsertArrayAsync (line 282) | [Fact] method InsertListAsync (line 288) | [Fact] method InsertHelperAsync (line 294) | private async Task InsertHelperAsync(Func, T> hel... method UpdateEnumerableAsync (line 314) | [Fact] method UpdateArrayAsync (line 320) | [Fact] method UpdateListAsync (line 326) | [Fact] method UpdateHelperAsync (line 332) | private async Task UpdateHelperAsync(Func, T> hel... method DeleteEnumerableAsync (line 359) | [Fact] method DeleteArrayAsync (line 365) | [Fact] method DeleteListAsync (line 371) | [Fact] method DeleteHelperAsync (line 377) | private async Task DeleteHelperAsync(Func, T> hel... method GetAllAsync (line 402) | [Fact] method GetAsyncAndGetAllAsyncWithNullableValues (line 427) | [Fact] method InsertFieldWithReservedNameAsync (line 448) | [Fact] method DeleteAllAsync (line 461) | [Fact] FILE: tests/Dapper.Tests.Contrib/TestSuite.cs class ObjectX (line 12) | [Table("ObjectX")] class ObjectY (line 20) | [Table("ObjectY")] class ObjectZ (line 28) | [Table("ObjectZ")] type IUser (line 36) | public interface IUser class User (line 44) | public class User : IUser type INullableDate (line 51) | public interface INullableDate class NullableDate (line 58) | public class NullableDate : INullableDate class Person (line 64) | public class Person class Stuff (line 70) | [Table("Stuff")] class Car (line 79) | [Table("Automobiles")] class Result (line 88) | [Table("Results")] class GenericType (line 96) | [Table("GenericType")] class TestSuite (line 104) | public abstract partial class TestSuite method GetConnection (line 106) | public abstract IDbConnection GetConnection(); method GetConnectionString (line 108) | protected static string GetConnectionString(string name, string defaul... method GetOpenConnection (line 111) | private IDbConnection GetOpenConnection() method TypeWithGenericParameterCanBeInserted (line 118) | [Fact] method TypeWithGenericParameterCanBeUpdated (line 153) | [Fact] method TypeWithGenericParameterCanBeDeleted (line 173) | [Fact] method Issue418 (line 190) | [Fact] method InsertGetUpdateDeleteWithExplicitKey (line 222) | [Fact] method GetAllWithExplicitKey (line 261) | [Fact] method InsertGetUpdateDeleteWithExplicitKeyNamedId (line 276) | [Fact] method ShortIdentity (line 291) | [Fact] method NullDateTime (line 305) | [Fact] method TableName (line 318) | [Fact] method TestSimpleGet (line 336) | [Fact] method TestClosedConnection (line 349) | [Fact] method InsertEnumerable (line 360) | [Fact] method InsertArray (line 366) | [Fact] method InsertList (line 372) | [Fact] method InsertHelper (line 378) | private void InsertHelper(Func, T> helper) method UpdateEnumerable (line 398) | [Fact] method UpdateArray (line 404) | [Fact] method UpdateList (line 410) | [Fact] method UpdateHelper (line 416) | private void UpdateHelper(Func, T> helper) method DeleteEnumerable (line 443) | [Fact] method DeleteArray (line 449) | [Fact] method DeleteList (line 455) | [Fact] method DeleteHelper (line 461) | private void DeleteHelper(Func, T> helper) method InsertGetUpdate (line 486) | [Fact] method InsertWithCustomDbType (line 525) | [Fact(Skip = "Not parallel friendly - thinking about how to test this")] method InsertWithCustomTableNameMapper (line 557) | [Fact] method GetAll (line 586) | [Fact] method GetAndGetAllWithNullableValues (line 613) | [Fact] method Transactions (line 633) | [Fact] method TransactionScope (line 652) | [Fact] method InsertCheckKey (line 669) | [Fact] method BuilderSelectClause (line 681) | [Fact] method BuilderTemplateWithoutComposition (line 712) | [Fact] method InsertFieldWithReservedName (line 731) | [Fact] method DeleteAll (line 744) | [Fact] FILE: tests/Dapper.Tests.Contrib/TestSuites.cs class SkippableFactAttribute (line 16) | [XunitTestCaseDiscoverer("Dapper.Tests.SkippableFactDiscoverer", "Dapper... class SqlServerTestSuite (line 22) | public class SqlServerTestSuite : TestSuite method GetConnection (line 28) | public override IDbConnection GetConnection() => new SqlConnection(Con... method SqlServerTestSuite (line 30) | static SqlServerTestSuite() class MySqlServerTestSuite (line 61) | public class MySqlServerTestSuite : TestSuite method GetConnection (line 66) | public override IDbConnection GetConnection() method MySqlServerTestSuite (line 74) | static MySqlServerTestSuite() class SQLiteTestSuite (line 115) | public class SQLiteTestSuite : TestSuite method GetConnection (line 119) | public override IDbConnection GetConnection() => new SqliteConnection(... method SQLiteTestSuite (line 121) | static SQLiteTestSuite() class SqlCETestSuite (line 146) | public class SqlCETestSuite : TestSuite method GetConnection (line 150) | public override IDbConnection GetConnection() => new SqlCeConnection(C... method SqlCETestSuite (line 152) | static SqlCETestSuite()