RelationalStrings.StoredProcedureKeyless(Object, Object) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
無索引鍵實體類型 '{entityType}' 已設定為使用 '{sproc}'。 實體類型需要主鍵才能對應至預存程式。
public static string StoredProcedureKeyless (object? entityType, object? sproc);
static member StoredProcedureKeyless : obj * obj -> string
Public Shared Function StoredProcedureKeyless (entityType As Object, sproc As Object) As String
參數
- entityType
- Object
- sproc
- Object