[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This document outlines the `SpannerProviderFactory` class, which is part of the Google Cloud Spanner data provider for .NET, specifically found within the `Google.Cloud.Spanner.Data` namespace."],["The `SpannerProviderFactory` class inherits from `DbProviderFactory` and provides methods to create instances of Spanner data provider classes, such as connections, commands, parameters, and data adapters."],["The class includes a public static field named `Instance`, which is the default `SpannerProviderFactory` instance and is essential for the provider factory's proper operation."],["The latest available version is `5.0.0-beta05`, with a list of versions going as far back as `3.5.0` allowing users to reference specific iterations of this library."],["The `SpannerProviderFactory` overrides several `DbProviderFactory` methods like `CreateCommand`, `CreateConnection`, `CreateConnectionStringBuilder`, `CreateDataAdapter`, and `CreateParameter` to ensure that the created classes are specific to Spanner."]]],[]]