[]
Gets the DataProviderInfo with the specified invariant name from the collection.
public static DataProviderInfo Get(this IEnumerable<DataProviderInfo> dataProviders, string name)
| Type | Name | Description |
|---|---|---|
| IEnumerable<DataProviderInfo> | dataProviders | The collection of data provider configurations to search. |
| string | name | The invariant name of the data provider to find. |
| Type | Description |
|---|---|
| DataProviderInfo | The matching DataProviderInfo, or |