共用方式為


OriginalValueRecord 類別

定義

從資料庫擷取實體屬性的原始值。

public abstract class OriginalValueRecord : System.Data.Entity.Core.Objects.DbUpdatableDataRecord
type OriginalValueRecord = class
    inherit DbUpdatableDataRecord
Public MustInherit Class OriginalValueRecord
Inherits DbUpdatableDataRecord
繼承
OriginalValueRecord

屬性

DataRecordInfo

取得資料記錄資訊。

(繼承來源 DbUpdatableDataRecord)
FieldCount

取得資料錄中的欄位數目。

(繼承來源 DbUpdatableDataRecord)
Item[Int32]

傳回具有所指定欄位序數的值。

(繼承來源 DbUpdatableDataRecord)
Item[String]

取得具有所指定欄位名稱的值。

(繼承來源 DbUpdatableDataRecord)

方法

GetBoolean(Int32)

將欄位值擷取成布林值 (Boolean)。

(繼承來源 DbUpdatableDataRecord)
GetByte(Int32)

將欄位值擷取成位元組。

(繼承來源 DbUpdatableDataRecord)
GetBytes(Int32, Int64, Byte[], Int32, Int32)

將欄位值擷取成位元組陣列。

(繼承來源 DbUpdatableDataRecord)
GetChar(Int32)

將欄位值擷取成字元 (Char)。

(繼承來源 DbUpdatableDataRecord)
GetChars(Int32, Int64, Char[], Int32, Int32)

將欄位值擷取成字元陣列。

(繼承來源 DbUpdatableDataRecord)
GetDataReader(Int32)

將欄位值擷取成 System.Common.DbDataReader

(繼承來源 DbUpdatableDataRecord)
GetDataRecord(Int32)

將欄位值擷取成 DbDataRecord

(繼承來源 DbUpdatableDataRecord)
GetDataTypeName(Int32)

擷取欄位資料型別的名稱。

(繼承來源 DbUpdatableDataRecord)
GetDateTime(Int32)

將欄位值擷取成 DateTime

(繼承來源 DbUpdatableDataRecord)
GetDbDataReader(Int32)

將欄位值擷取成 System.Common.DbDataReader

(繼承來源 DbUpdatableDataRecord)
GetDecimal(Int32)

將欄位值擷取成十進位。

(繼承來源 DbUpdatableDataRecord)
GetDouble(Int32)

將欄位值擷取成雙精度浮點數 (Double)。

(繼承來源 DbUpdatableDataRecord)
GetFieldType(Int32)

擷取欄位的型別。

(繼承來源 DbUpdatableDataRecord)
GetFloat(Int32)

將欄位值擷取成浮點數 (Float)。

(繼承來源 DbUpdatableDataRecord)
GetGuid(Int32)

將欄位值擷取成 Guid

(繼承來源 DbUpdatableDataRecord)
GetInt16(Int32)

將欄位值擷取成 Int16

(繼承來源 DbUpdatableDataRecord)
GetInt32(Int32)

將欄位值擷取成 Int32

(繼承來源 DbUpdatableDataRecord)
GetInt64(Int32)

將欄位值擷取成 Int64

(繼承來源 DbUpdatableDataRecord)
GetName(Int32)

擷取欄位的名稱。

(繼承來源 DbUpdatableDataRecord)
GetOrdinal(String)

使用欄位的名稱擷取欄位的序數。

(繼承來源 DbUpdatableDataRecord)
GetRecordValue(Int32)

擷取欄位的值。

(繼承來源 DbUpdatableDataRecord)
GetString(Int32)

將欄位值擷取成字串。

(繼承來源 DbUpdatableDataRecord)
GetValue(Int32)

擷取欄位的值。

(繼承來源 DbUpdatableDataRecord)
GetValues(Object[])

使用目前資料錄的欄位值填入物件陣列。

(繼承來源 DbUpdatableDataRecord)
IsDBNull(Int32)

傳回指定的欄位是否設定為 DBNull

(繼承來源 DbUpdatableDataRecord)
SetBoolean(Int32, Boolean)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetByte(Int32, Byte)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetChar(Int32, Char)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetDataRecord(Int32, IDataRecord)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetDateTime(Int32, DateTime)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetDBNull(Int32)

將欄位設定為 DBNull 值。

(繼承來源 DbUpdatableDataRecord)
SetDecimal(Int32, Decimal)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetDouble(Int32, Double)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetFloat(Int32, Single)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetGuid(Int32, Guid)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetInt16(Int32, Int16)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetInt32(Int32, Int32)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetInt64(Int32, Int64)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetRecordValue(Int32, Object)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetString(Int32, String)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetValue(Int32, Object)

設定記錄中某個欄位的值。

(繼承來源 DbUpdatableDataRecord)
SetValues(Object[])

設定記錄中的欄位值。

(繼承來源 DbUpdatableDataRecord)

明確介面實作

IDataRecord.GetData(Int32)

將欄位值擷取成 IDataReader

(繼承來源 DbUpdatableDataRecord)

適用於