Torna al Thread

Public Function GetByID(ByVal postID As Integer) As Post Return DirectCast(Items, List(Of Post)).Find(Function(ByVal item As Post) item.ID.Equals(postID)) End Function
Copyright © dotNetHell.it 2002-2025
Running on Windows Server 2008 R2 Standard, SQL Server 2012 & ASP.NET 3.5