PropertyExtensions.Format(IEnumerable<IPropertyBase>, Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立指定屬性的格式化字串表示,例如 在擲回索引鍵、索引等例外狀況時很有用。使用 屬性的 。
public static string Format (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> properties, bool includeTypes = false);
static member Format : seq<Microsoft.EntityFrameworkCore.Metadata.IPropertyBase> * bool -> string
<Extension()>
Public Function Format (properties As IEnumerable(Of IPropertyBase), Optional includeTypes As Boolean = false) As String
參數
- properties
- IEnumerable<IPropertyBase>
要格式化的屬性。
- includeTypes
- Boolean
如果為 true,則類型名稱會包含在字串中。 預設值為 false
。
傳回
字串表示。