RelationalStrings.StoredProcedureRowsAffectedWithResultColumns 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
實體類型 '{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