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>

返回

适用于