EntityDataReader.Dispose Method

 

Namespace:   System.Data.Entity.Core.EntityClient
Assembly:  EntityFramework (in EntityFramework.dll)

NameDescription
System_CAPS_pubmethodDispose()

(Inherited from DbDataReader.)

System_CAPS_protmethodDispose(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 .

protected override void Dispose(
	bool disposing
)

Parameters

disposing
Type: System.Boolean

true to release both managed and unmanaged resources; false to release only unmanaged resources.