RelationalStrings.StoredProcedureOutputParameterConflict 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
屬性 '{entityType}。{property}' 會對應至預存程式 '{sproc}' 的輸出參數,但它也會對應至輸出原始值輸出參數。 儲存產生的屬性只能對應至一個輸出參數。
public static string StoredProcedureOutputParameterConflict (object? entityType, object? property, object? sproc);
static member StoredProcedureOutputParameterConflict : obj * obj * obj -> string
Public Shared Function StoredProcedureOutputParameterConflict (entityType As Object, property As Object, sproc As Object) As String
參數
- entityType
- Object
- property
- Object
- sproc
- Object