ISqlQueryColumnMapping 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示 SQL 查詢資料行的屬性對應。
public interface ISqlQueryColumnMapping : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IColumnMappingBase
type ISqlQueryColumnMapping = interface
interface IColumnMappingBase
interface IAnnotatable
type ISqlQueryColumnMapping = interface
interface IColumnMappingBase
interface IAnnotatable
interface IReadOnlyAnnotatable
Public Interface ISqlQueryColumnMapping
Implements IAnnotatable, IColumnMappingBase
- 實作
備註
如需詳細資訊和範例,請參閱 使用 EF Core 執行原始 SQL 命令 。
屬性
Column |
取得目標資料行。 |
Item[String] |
取得具有指定名稱的注釋值,如果不存在,則傳 |
Property |
取得對應的屬性。 (繼承來源 IColumnMappingBase) |
SqlQueryMapping |
取得包含 SQL 查詢對應的 。 |
TableMapping |
取得包含資料表對應的 。 (繼承來源 IColumnMappingBase) |
TypeMapping |
取得類似資料行之物件的型別對應。 (繼承來源 IColumnMappingBase) |
方法
擴充方法
AnnotationsToDebugString(IAnnotatable, Int32) |
取得 物件上宣告之所有批註的偵錯字串。 |
GetAnnotation(IAnnotatable, String) |
取得具有指定名稱的注釋,如果不存在,則會擲回。 |
ToDebugString(ISqlQueryColumnMapping, MetadataDebugStringOptions, Int32) |
建立人類可讀取的指定中繼資料標記法。 警告:請勿依賴傳回字串的格式。 它是專為偵錯而設計,而且可能會在發行之間任意變更。 |