IFunctionColumnMapping 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示到列的属性映射。
public interface IFunctionColumnMapping : Microsoft.EntityFrameworkCore.Infrastructure.IAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IColumnMappingBase
type IFunctionColumnMapping = interface
interface IColumnMappingBase
interface IAnnotatable
type IFunctionColumnMapping = interface
interface IColumnMappingBase
interface IAnnotatable
interface IReadOnlyAnnotatable
Public Interface IFunctionColumnMapping
Implements IAnnotatable, IColumnMappingBase
- 实现
注解
有关详细信息和示例 ,请参阅数据库函数 。
属性
Column |
获取目标列。 |
FunctionMapping |
获取包含的函数映射。 |
Item[String] |
获取具有给定名称的批注的值,如果不存在,则返回 |
Property |
获取映射的属性。 (继承自 IColumnMappingBase) |
TableMapping |
获取包含的表映射。 (继承自 IColumnMappingBase) |
TypeMapping |
获取类似列的 对象的类型映射。 (继承自 IColumnMappingBase) |
方法
扩展方法
AnnotationsToDebugString(IAnnotatable, Int32) |
获取对象上声明的所有注释的调试字符串。 |
GetAnnotation(IAnnotatable, String) |
获取具有给定名称的批注,如果不存在,则引发该批注。 |
ToDebugString(IFunctionColumnMapping, MetadataDebugStringOptions, Int32) |
创建给定元数据的可读表示形式。 警告:不要依赖于返回的字符串的格式。 它仅用于调试,可能会在发布之间任意更改。 |