IReadOnlyAnnotatable.AnnotationsToDebugString(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the debug string for all annotations declared on the object.
public virtual string AnnotationsToDebugString (int indent = 0);
abstract member AnnotationsToDebugString : int -> string
override this.AnnotationsToDebugString : int -> string
Public Overridable Function AnnotationsToDebugString (Optional indent As Integer = 0) As String
Parameters
- indent
- Int32
The number of indent spaces to use before each new line.
Returns
Debug string representation of all annotations.
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Entity Framework