Jump to content

Saber um determinado de dado numa base de dados


jcbiker

Recommended Posts

Eu estou a fazer assim:

Module Pesq
Sub PesqT(ByVal dt, ByRef DtR, ByRef T, ByRef K)
 Dim ano As Date = Date.Today
 Using Context As New viatEntities2
	 Dim esquadr = Context.Relatório.Max.KmFim(
				 Function(c) c.IdMatViat = dt And c.Data = ano)
	 If esquadr IsNot Nothing Then

	 End If
 End Using
End Sub
End Module

Mas dá erro nesta linha

Context.Relatório.Max.KmFim
Edited by Caça
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site you accept our Terms of Use and Privacy Policy. We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.