DbProviderServices.GetSpatialDataReader Method (DbDataReader, String)

 

Gets the spatial data reader for the DbProviderServices.

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

public DbSpatialDataReader GetSpatialDataReader(
	DbDataReader fromReader,
	string manifestToken
)

Parameters

fromReader
Type: System.Data.Common.DbDataReader

The reader where the spatial data came from.

manifestToken
Type: System.String

The manifest token associated with the provider manifest.

Return Value

Type: System.Data.Entity.Spatial.DbSpatialDataReader

The spatial data reader.