Microsoft.FSharp.Data.TypeProviders Namespace (F#)
This namespace contains type providers for fully typed access to various types of data with very little coding effort.
Namespace/Module Path: Microsoft.FSharp.Data.TypeProviders
Assembly: FSharp.Data.TypeProviders (in FSharp.Data.TypeProviders.dll)
namespace Microsoft.FSharp.Data.TypeProviders
Type Providers
Type |
Description |
---|---|
Provides the types for a database schema encoded in a .dbml file. |
|
Provides the types to access a database with the schema in an .edmx file, using a LINQ to Entities mapping. |
|
Provides the types to access an OData service. |
|
Provides the types to access a SQL database. |
|
Provides the types to access a database, using a LINQ to Entities mapping. |
|
Provides the types for a Web Services Description Language (WSDL) web service. |
See Also
Reference
Microsoft.FSharp.Data Namespace (F#)