AbstractionsStrings 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
EF 例外狀況中使用的字串資源等等。
這些字串會公開供資料庫提供者和延伸模組使用。 應用程式程式碼需要這些字串是不尋常的。
public static class AbstractionsStrings
type AbstractionsStrings = class
Public Class AbstractionsStrings
- 繼承
-
AbstractionsStrings
屬性
CannotSpecifyBothIsDescendingAndAllDescending |
IsDescending 和 AllDescending 無法同時在 [Index] 屬性上指定。 |
方法
ArgumentIsEmpty(Object) |
字串引數 '{argumentName}' 不可以是空的。 |
ArgumentIsNegativeNumber(Object) |
number 引數 '{argumentName}' 不可以是負數。 |
CollectionArgumentHasEmptyElements(Object) |
集合引數 '{argumentName}' 不得包含任何空白元素。 |
CollectionArgumentIsEmpty(Object) |
集合引數 '{argumentName}' 必須至少包含一個專案。 |
InvalidNumberOfIndexSortOrderValues(Object, Object) |
索引排序次序值的數目無效:已提供 {numValues} 值,但索引具有 {numProperties} 屬性。 |