문서 편집 권한이 없습니다. 다음 이유를 확인해주세요: 요청한 명령은 다음 권한을 가진 사용자에게 제한됩니다: 사용자. 문서의 원본을 보거나 복사할 수 있습니다. ===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 .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 [http://msdn.microsoft.com/en-us/library/a6cd7c08.aspx .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. [http://msdn.microsoft.com/en-us/data/dd363565.aspx ADO.NET Data Providers] ADO.NET 문서로 돌아갑니다.