RelationalCommandParameterObject 結構
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
上 RelationalCommand 執行方法的參數物件。
此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct RelationalCommandParameterObject
public readonly struct RelationalCommandParameterObject
[System.Runtime.CompilerServices.IsReadOnly]
public readonly struct RelationalCommandParameterObject : IEquatable<Microsoft.EntityFrameworkCore.Storage.RelationalCommandParameterObject>
[<System.Runtime.CompilerServices.IsReadOnly>]
type RelationalCommandParameterObject = struct
type RelationalCommandParameterObject = struct
Public Structure RelationalCommandParameterObject
Public Structure RelationalCommandParameterObject
Implements IEquatable(Of RelationalCommandParameterObject)
- 繼承
-
RelationalCommandParameterObject
- 屬性
- 實作
備註
如需詳細資訊和範例,請參閱 資料庫提供者和延伸模組的實作 。
建構函式
屬性
CommandSource |
命令的來源。 |
Connection |
命令執行所在的連接。 |
Context |
目前的 DbContext 實例,如果不知道,則 |
DetailedErrorsEnabled |
值,指出是否已啟用詳細的錯誤。 |
Logger |
記錄器,如果沒有記錄器可用,則 |
ParameterValues |
要使用的 SQL 參數值,如果沒有,則 |
ReaderColumns |
如果讀取器需要緩衝,則為預期的資料行, |
方法
Equals(Object) |
上 RelationalCommand 執行方法的參數物件。 此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。 |
Equals(RelationalCommandParameterObject) |
上 RelationalCommand 執行方法的參數物件。 此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。 |
GetHashCode() |
上 RelationalCommand 執行方法的參數物件。 此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。 |
ToString() |
上 RelationalCommand 執行方法的參數物件。 此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。 |
運算子
Equality(RelationalCommandParameterObject, RelationalCommandParameterObject) |
上 RelationalCommand 執行方法的參數物件。 此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。 |
Inequality(RelationalCommandParameterObject, RelationalCommandParameterObject) |
上 RelationalCommand 執行方法的參數物件。 此類型通常是由資料庫提供者使用, (和其他延伸模組) 。 它通常不會用於應用程式程式碼中。 |