RelationalStrings.TphDbFunctionMismatch 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
'{entityType}' 會對應至資料庫函式 '{function}',而 '{otherEntityType}' 則對應至資料庫函式 '{otherFunction}'。 將階層中的所有實體類型對應至相同的資料庫函式。 如需相關資訊,請參閱 https://go.microsoft.com/fwlink/?linkid=2130430 。
public static string TphDbFunctionMismatch (object? entityType, object? function, object? otherEntityType, object? otherFunction);
static member TphDbFunctionMismatch : obj * obj * obj * obj -> string
Public Shared Function TphDbFunctionMismatch (entityType As Object, function As Object, otherEntityType As Object, otherFunction As Object) As String
參數
- entityType
- Object
- function
- Object
- otherEntityType
- Object
- otherFunction
- Object