Click here to Skip to main content
15,887,350 members
Home / Discussions / C#
   

C#

 
AnswerRe: Idle Time Pin
OriginalGriff27-Dec-16 21:32
mveOriginalGriff27-Dec-16 21:32 
QuestionRe: Idle Time Pin
Eddy Vluggen28-Dec-16 1:35
professionalEddy Vluggen28-Dec-16 1:35 
AnswerRe: Idle Time Pin
Gerry Schmitz28-Dec-16 6:09
mveGerry Schmitz28-Dec-16 6:09 
AnswerRe: Idle Time Pin
Dave Kreskowiak28-Dec-16 6:35
mveDave Kreskowiak28-Dec-16 6:35 
GeneralRe: Idle Time Pin
Gerry Schmitz29-Dec-16 10:22
mveGerry Schmitz29-Dec-16 10:22 
QuestionExpressions In C# Pin
Liagapi27-Dec-16 11:30
Liagapi27-Dec-16 11:30 
AnswerRe: Expressions In C# Pin
Midi_Mick27-Dec-16 12:56
professionalMidi_Mick27-Dec-16 12:56 
GeneralRe: Expressions In C# Pin
Liagapi27-Dec-16 15:50
Liagapi27-Dec-16 15:50 
Hi, thanks for replying. Your link does not help me understand what an Expression is in C# or how to use it.

I came across a method the other day and I was trying to find out what the syntax is trying do. I've been looking at tutorials on Expression on Youtube and Google but it didn't really help.

The following is the method I mentioned but I don't really know what it is supposed to do.

C#
public IEnumerable<T> Find(Expression<Func<T, bool>> predicate)
{
   return Context.Set<T>().Where(predicate);
}


modified 28-Dec-16 10:31am.

GeneralRe: Expressions In C# Pin
Simon_Whale27-Dec-16 23:23
Simon_Whale27-Dec-16 23:23 
AnswerRe: Expressions In C# Pin
Jon McKee27-Dec-16 17:14
professionalJon McKee27-Dec-16 17:14 
PraiseRe: Expressions In C# Pin
John C Rayan30-Dec-16 3:29
professionalJohn C Rayan30-Dec-16 3:29 
SuggestionRe: Expressions In C# Pin
John C Rayan30-Dec-16 4:31
professionalJohn C Rayan30-Dec-16 4:31 
Questionpas de dèfinition dans geolocator pour RequestAccessAsync dans windows10 Pin
Member 865861426-Dec-16 23:44
Member 865861426-Dec-16 23:44 
AnswerRe: pas de dèfinition dans geolocator pour RequestAccessAsync dans windows10 Pin
OriginalGriff27-Dec-16 0:46
mveOriginalGriff27-Dec-16 0:46 
AnswerRe: pas de dèfinition dans geolocator pour RequestAccessAsync dans windows10 Pin
Patrice T27-Dec-16 22:47
mvePatrice T27-Dec-16 22:47 
QuestionEnable Mouse in c# RDP viewer Pin
Member 1289017426-Dec-16 19:53
Member 1289017426-Dec-16 19:53 
AnswerRe: Enable Mouse in c# RDP viewer Pin
Richard MacCutchan26-Dec-16 21:33
mveRichard MacCutchan26-Dec-16 21:33 
GeneralI can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 20:37
Member 1289974625-Dec-16 20:37 
QuestionRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Richard MacCutchan25-Dec-16 20:39
mveRichard MacCutchan25-Dec-16 20:39 
AnswerRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 21:05
Member 1289974625-Dec-16 21:05 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Richard MacCutchan25-Dec-16 21:13
mveRichard MacCutchan25-Dec-16 21:13 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
OriginalGriff25-Dec-16 20:54
mveOriginalGriff25-Dec-16 20:54 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 21:07
Member 1289974625-Dec-16 21:07 
AnswerRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
OriginalGriff25-Dec-16 21:19
mveOriginalGriff25-Dec-16 21:19 
GeneralRe: I'm get confusing and A state of mental distractions I can not understand the error.....code bellow...for trans data from sql database to another Pin
Member 1289974625-Dec-16 21:21
Member 1289974625-Dec-16 21:21 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.