Base:
method
Close
System.Data.Common.DbConnection.Close()
3 references to Close
System.Data.Entity (2)
System\Data\EntityClient\EntityDataReader.cs (1)
173
this._command.Connection.
Close
();
System\Data\Objects\ObjectContext.cs (1)
1513
_connection.
Close
();
System.Data.Entity.Design (1)
System\Data\Entity\Design\SSDLGenerator\EntityStoreSchemaGeneratorDatabaseSchemaLoader.cs (1)
70
_connection.
Close
();