共用方式為


EntityFrameworkCoreXmlRepository<TContext>.GetAllElements 方法

定義

取得存放庫中的所有最上層 XML 專案。

public:
 virtual System::Collections::Generic::IReadOnlyCollection<System::Xml::Linq::XElement ^> ^ GetAllElements();
public virtual System.Collections.Generic.IReadOnlyCollection<System.Xml.Linq.XElement> GetAllElements ();
abstract member GetAllElements : unit -> System.Collections.Generic.IReadOnlyCollection<System.Xml.Linq.XElement>
override this.GetAllElements : unit -> System.Collections.Generic.IReadOnlyCollection<System.Xml.Linq.XElement>
Public Overridable Function GetAllElements () As IReadOnlyCollection(Of XElement)

傳回

實作

適用於