.NET Framework Class Library
IDocumentViewerDbContext.PagesList Property
|
<< Click to Display Table of Contents >> Navigation: Gnostice Document Studio .NET > Reference Documentation > API Reference > Gnostice.Controls.ASP Namespace > IDocumentViewerDbContext Interface > IDocumentViewerDbContext Properties > IDocumentViewerDbContext.PagesList Property |
Namespace: Gnostice.Controls.ASP
Assembly: Gnostice.Controls.ASP (in Gnostice.Controls.ASP.dll)
Visual Basic |
Property PagesList As DbSet(Of Pages) |
C# |
DbSet<Pages> PagesList { get; set; } |
Visual C++ |
property DbSet<Pages^>^ PagesList { |
IDocumentViewerDbContext Interface