次の方法で共有


RelationalKeyAnnotations.GetDefaultKeyName メソッド

定義

public static string GetDefaultKeyName (string tableName, bool primaryKey, System.Collections.Generic.IEnumerable<string> propertyNames);
static member GetDefaultKeyName : string * bool * seq<string> -> string
Public Shared Function GetDefaultKeyName (tableName As String, primaryKey As Boolean, propertyNames As IEnumerable(Of String)) As String

パラメーター

tableName
String
primaryKey
Boolean
propertyNames
IEnumerable<String>

戻り値

適用対象