次の方法で共有


CoreStrings.KeylessTypeExistingKey メソッド

定義

オーバーロード

KeylessTypeExistingKey(Object)

エンティティ型 '{entityType}' にはキーが含まれているため、キーレスとしてマークすることはできません。

KeylessTypeExistingKey(Object, Object)

エンティティ型 '{entityType}' にはキー {keyProperties} が含まれているため、キーレスとしてマークできません。

KeylessTypeExistingKey(Object)

エンティティ型 '{entityType}' にはキーが含まれているため、キーレスとしてマークすることはできません。

public static string KeylessTypeExistingKey (object entityType);
static member KeylessTypeExistingKey : obj -> string
Public Shared Function KeylessTypeExistingKey (entityType As Object) As String

パラメーター

entityType
Object

戻り値

適用対象

KeylessTypeExistingKey(Object, Object)

エンティティ型 '{entityType}' にはキー {keyProperties} が含まれているため、キーレスとしてマークできません。

public static string KeylessTypeExistingKey (object? entityType, object? keyProperties);
static member KeylessTypeExistingKey : obj * obj -> string
Public Shared Function KeylessTypeExistingKey (entityType As Object, keyProperties As Object) As String

パラメーター

entityType
Object
keyProperties
Object

戻り値

適用対象