RelationalCommandParameterObject.ReaderColumns Property
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.
The expected columns if the reader needs to be buffered, or null
otherwise.
public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.ReaderColumn> ReaderColumns { get; }
public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.ReaderColumn>? ReaderColumns { get; }
public System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.ReaderColumn?>? ReaderColumns { get; }
member this.ReaderColumns : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Storage.ReaderColumn>
Public ReadOnly Property ReaderColumns As IReadOnlyList(Of ReaderColumn)