IStoredProcedureResultColumnMapping 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示與預存程式結果資料行的屬性對應。
public interface IStoredProcedureResultColumnMapping : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IColumnMappingBase
type IStoredProcedureResultColumnMapping = interface
interface IColumnMappingBase
interface IAnnotatable
interface IReadOnlyAnnotatable
Public Interface IStoredProcedureResultColumnMapping
Implements IAnnotatable, IColumnMappingBase
- 實作
屬性
Column |
取得類似目標資料行的物件。 (繼承來源 IColumnMappingBase) |
Item[String] |
取得具有指定名稱之注釋的值,如果不存在,則傳 |
Property |
取得對應的屬性。 (繼承來源 IColumnMappingBase) |
ResultColumn |
取得相關聯的預存程式結果資料行。 |
StoredProcedureMapping |
取得包含預存程式對應的 。 |
StoreResultColumn |
取得目標資料行。 |
TableMapping |
取得包含資料表對應的 。 (繼承來源 IColumnMappingBase) |
TypeMapping |
取得類似資料行物件的型別對應。 (繼承來源 IColumnMappingBase) |