Dela via


RelationalCommandParameterObject.ReaderColumns Property

Definition

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)

Property Value

Applies to