imported>Bbon (새 문서: ===ADO.NET Data Providers=== The ADO.NET Data Provider model provides a common managed interface in the .NET Framework for connecting to and interacting with a data store. [http://ms...) |
|||
1번째 줄: | 1번째 줄: | ||
− | ===ADO.NET Data Providers=== | + | === ADO.NET Data Providers === |
The ADO.NET Data Provider model provides a common managed interface in the .NET Framework for connecting to and interacting with a data store. [http://msdn.microsoft.com/library/bb399567.aspx The ADO.NET Entity Framework] builds on top of the ADO.NET Data Provider model to allow for use of the Entity Framework with any data source for which a supported provider is available. | The ADO.NET Data Provider model provides a common managed interface in the .NET Framework for connecting to and interacting with a data store. [http://msdn.microsoft.com/library/bb399567.aspx The ADO.NET Entity Framework] builds on top of the ADO.NET Data Provider model to allow for use of the Entity Framework with any data source for which a supported provider is available. |
2021년 2월 21일 (일) 11:39 기준 최신판
ADO.NET Data Providers
The ADO.NET Data Provider model provides a common managed interface in the .NET Framework for connecting to and interacting with a data store. The ADO.NET Entity Framework builds on top of the ADO.NET Data Provider model to allow for use of the Entity Framework with any data source for which a supported provider is available.
The .NET Framework includes ADO.NET providers for direct access to Microsoft SQL Server and for indirect access to other databases with ODBC and OLE DB drivers (see .NET Framework Data Providers). For direct access to other databases, many third-party providers are available as shown below. All of the providers listed here include Entity Framework support.