共用方式為


RelationalStrings.StoredProcedureRowsAffectedWithResultColumns 方法

定義

實體類型 '{entityType}' 會對應至預存程式 '{sproc}',這會同時傳回結果資料行和資料列受影響的值。 如果預存程式傳回結果資料行,則不需要受影響的資料列值,而且可以安全地移除。

public static string StoredProcedureRowsAffectedWithResultColumns (object? entityType, object? sproc);
static member StoredProcedureRowsAffectedWithResultColumns : obj * obj -> string
Public Shared Function StoredProcedureRowsAffectedWithResultColumns (entityType As Object, sproc As Object) As String

參數

entityType
Object
sproc
Object

傳回

適用於