EntityDataReader.Dispose Method
Namespace:
System.Data.Entity.Core.EntityClient
Assembly: EntityFramework (in EntityFramework.dll)
Name | Description | |
---|---|---|
![]() | Dispose() | (Inherited from DbDataReader.) |
![]() | Dispose(Boolean) | Releases the resources consumed by this EntityDataReader and calls Close .(Overrides DbDataReader.Dispose(Boolean).) |
EntityDataReader.Dispose Method (Boolean)
Releases the resources consumed by this EntityDataReader and calls Close .
Parameters
- disposing
-
Type:
System.Boolean
true to release both managed and unmanaged resources; false to release only unmanaged resources.