Uses of Class
system.data.entityclient.EntityDataReader
-
Packages that use EntityDataReader Package Description system.data.entityclient -
-
Uses of EntityDataReader in system.data.entityclient
Methods in system.data.entityclient that return EntityDataReader Modifier and Type Method Description static EntityDataReader
EntityDataReader. cast(IJCOBridgeReflected from)
Try to cast theIJCOBridgeReflected
instance intoEntityDataReader
, a cast assert is made to check if types are compatible.EntityDataReader
EntityCommand. ExecuteReaderNewEntityCommand()
EntityDataReader
EntityCommand. ExecuteReaderNewEntityCommand(CommandBehavior behavior)
-