IMutableDbFunctionParameter 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示函数参数。
public interface IMutableDbFunctionParameter : Microsoft.EntityFrameworkCore.Metadata.IDbFunctionParameter
public interface IMutableDbFunctionParameter : Microsoft.EntityFrameworkCore.Metadata.IDbFunctionParameter, Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable
public interface IMutableDbFunctionParameter : Microsoft.EntityFrameworkCore.Metadata.IMutableAnnotatable, Microsoft.EntityFrameworkCore.Metadata.IReadOnlyDbFunctionParameter
type IMutableDbFunctionParameter = interface
interface IDbFunctionParameter
type IMutableDbFunctionParameter = interface
interface IMutableAnnotatable
interface IAnnotatable
interface IDbFunctionParameter
type IMutableDbFunctionParameter = interface
interface IReadOnlyDbFunctionParameter
interface IReadOnlyAnnotatable
interface IMutableAnnotatable
Public Interface IMutableDbFunctionParameter
Implements IDbFunctionParameter
Public Interface IMutableDbFunctionParameter
Implements IDbFunctionParameter, IMutableAnnotatable
Public Interface IMutableDbFunctionParameter
Implements IMutableAnnotatable, IReadOnlyDbFunctionParameter
- 实现
注解
有关详细信息和示例 ,请参阅数据库函数 。
属性
ClrType |
获取参数类型。 (继承自 IReadOnlyDbFunctionParameter) |
Function |
获取此参数所属的函数。 |
Item[String] |
获取具有给定名称的批注的值,如果不存在,则返回 |
Name |
获取参数名称。 (继承自 IReadOnlyDbFunctionParameter) |
PropagatesNullability |
获取一个值,该值指示参数是否传播为空性,这意味着如果参数的值为 |
StoreFunctionParameter |
获取关联的 IStoreFunctionParameter。 (继承自 IDbFunctionParameter) |
StoreType |
获取或设置此参数的存储类型。 |
TypeMapping |
获取或设置 RelationalTypeMapping 此参数的 。 |
方法
扩展方法
AnnotationsToDebugString(IAnnotatable, Int32) |
获取对象上声明的所有注释的调试字符串。 |
GetAnnotation(IAnnotatable, String) |
获取具有给定名称的批注,如果不存在,则引发该批注。 |
ToDebugString(IDbFunctionParameter, MetadataDebugStringOptions, Int32) |
创建给定元数据的可读表示形式。 警告:不要依赖于返回的字符串的格式。 它仅用于调试,可能会在发布之间任意更改。 |
AddAnnotations(IMutableAnnotatable, IEnumerable<IAnnotation>) |
向 对象添加批注。 |
GetAnnotation(IMutableAnnotatable, String) |
获取具有给定名称的批注,如果不存在,则引发该批注。 |
SetOrRemoveAnnotation(IMutableAnnotatable, String, Object) |
设置存储在给定名称下的批注。 如果具有指定名称的注释已存在,则覆盖现有批注。 如果 |