DbProviderServices::GetSpatialDataReader Method (DbDataReader^, String^)
.NET Framework (current version)
Gets the spatial data reader for the DbProviderServices.
Assembly: System.Data.Entity (in System.Data.Entity.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 token information associated with the provider manifest.
.NET Framework
Available since 4.5
Available since 4.5
Show: