IRelationalValueBufferFactory.Create(DbDataReader) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a value buffer for the given DbDataReader.
public Microsoft.EntityFrameworkCore.Storage.ValueBuffer Create (System.Data.Common.DbDataReader dataReader);
abstract member Create : System.Data.Common.DbDataReader -> Microsoft.EntityFrameworkCore.Storage.ValueBuffer
Public Function Create (dataReader As DbDataReader) As ValueBuffer
Parameters
- dataReader
- DbDataReader
The reader to create a value buffer for.
Returns
The newly created value buffer.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework