RelationalPropertyExtensions.GetDefaultValueSql 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
GetDefaultValueSql(IProperty) |
返回用作此属性映射到的列的默认值的 SQL 表达式。 |
GetDefaultValueSql(IReadOnlyProperty) |
返回用作此属性映射到的列的默认值的 SQL 表达式。 |
GetDefaultValueSql(IProperty, StoreObjectIdentifier) |
返回用作此属性映射到的列的默认值的 SQL 表达式。 |
GetDefaultValueSql(IReadOnlyProperty, StoreObjectIdentifier) |
返回用作此属性映射到的列的默认值的 SQL 表达式。 |
GetDefaultValueSql(IProperty)
返回用作此属性映射到的列的默认值的 SQL 表达式。
public static string GetDefaultValueSql (this Microsoft.EntityFrameworkCore.Metadata.IProperty property);
static member GetDefaultValueSql : Microsoft.EntityFrameworkCore.Metadata.IProperty -> string
<Extension()>
Public Function GetDefaultValueSql (property As IProperty) As String
参数
- property
- IProperty
属性。
返回
用作此属性映射到的列的默认值的 SQL 表达式。
适用于
GetDefaultValueSql(IReadOnlyProperty)
返回用作此属性映射到的列的默认值的 SQL 表达式。
public static string? GetDefaultValueSql (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property);
static member GetDefaultValueSql : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty -> string
<Extension()>
Public Function GetDefaultValueSql (property As IReadOnlyProperty) As String
参数
- property
- IReadOnlyProperty
属性。
返回
用作此属性映射到的列的默认值的 SQL 表达式。
适用于
GetDefaultValueSql(IProperty, StoreObjectIdentifier)
返回用作此属性映射到的列的默认值的 SQL 表达式。
public static string GetDefaultValueSql (this Microsoft.EntityFrameworkCore.Metadata.IProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultValueSql : Microsoft.EntityFrameworkCore.Metadata.IProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultValueSql (property As IProperty, ByRef storeObject As StoreObjectIdentifier) As String
参数
- property
- IProperty
属性。
- storeObject
- StoreObjectIdentifier
包含列的类似表的存储对象的标识符。
返回
用作此属性映射到的列的默认值的 SQL 表达式。
适用于
GetDefaultValueSql(IReadOnlyProperty, StoreObjectIdentifier)
返回用作此属性映射到的列的默认值的 SQL 表达式。
public static string? GetDefaultValueSql (this Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty property, in Microsoft.EntityFrameworkCore.Metadata.StoreObjectIdentifier storeObject);
static member GetDefaultValueSql : Microsoft.EntityFrameworkCore.Metadata.IReadOnlyProperty * StoreObjectIdentifier -> string
<Extension()>
Public Function GetDefaultValueSql (property As IReadOnlyProperty, ByRef storeObject As StoreObjectIdentifier) As String
参数
- property
- IReadOnlyProperty
属性。
- storeObject
- StoreObjectIdentifier
包含列的类似表的存储对象的标识符。
返回
用作此属性映射到的列的默认值的 SQL 表达式。