Aracılığıyla paylaş


PropertyBaseExtensions.Format Yöntem

Tanım

Anahtarlar, dizinler vb. hakkında özel durumlar oluştururken yararlı olması gibi verilen özelliklerin biçimlendirilmiş dize gösterimini oluşturur. özelliklerini kullanır.

public static string Format (this System.Collections.Generic.IEnumerable<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> properties, bool includeTypes = false);
static member Format : seq<Microsoft.EntityFrameworkCore.Metadata.IReadOnlyPropertyBase> * bool -> string
<Extension()>
Public Function Format (properties As IEnumerable(Of IReadOnlyPropertyBase), Optional includeTypes As Boolean = false) As String

Parametreler

properties
IEnumerable<IReadOnlyPropertyBase>

Biçimlendirecek özellikler.

includeTypes
Boolean

True ise, tür adları dizeye eklenir. Varsayılan değer: false.

Döndürülenler

Dize gösterimi.

Şunlara uygulanır