ReaderColumn<T> 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
關聯式資料讀取器中預期的資料行。
此類型通常由資料庫提供者 (和其他延伸模組) 使用。 它通常不會用於應用程式程式碼。
public class ReaderColumn<T> : Microsoft.EntityFrameworkCore.Storage.ReaderColumn
type ReaderColumn<'T> = class
inherit ReaderColumn
Public Class ReaderColumn(Of T)
Inherits ReaderColumn
類型參數
- T
- 繼承
備註
如需詳細資訊 和範例,請參閱資料庫提供者和延伸模組的實作 。
建構函式
屬性
GetFieldValue |
從讀取器取得資料行域值的函式。 |
IsNullable |
值,指出資料行是否可為 Null。 (繼承來源 ReaderColumn) |
Name |
資料行名稱。 (繼承來源 ReaderColumn) |
Property |
如果有任何,則會讀取屬性,否則為 null。 (繼承來源 ReaderColumn) |
Type |
資料行的 CLR 類型。 (繼承來源 ReaderColumn) |