Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~467 People Reached
About Me

bring up a good topic and i won't shut up

Favorite Tags

3 Posted Topics

Member Avatar for janicemurby

They're the same thing. From the docs: > (PHP 5, PHP 7) > mysqli_escape_string — Alias of mysqli_real_escape_string() http://php.net/manual/en/function.mysqli-escape-string.php

Member Avatar for portjm
0
79
Member Avatar for portjm

Im attempting to set the column name on a boolean property using reflection. This works for the standard String, Int etc but there is no Property method that takes a `Expression<Func<Object,Boolean>>` Essentially its this `modelBuilder.Entity<Object>().Property(g => g.boolDeleted).HasColumnName("BooleanColumn");` And the line above works fine. But when calling the method by reflection …

0
80
Member Avatar for conorsingerline

Lynda has a great tutorial. They're not free, but membership is cheap. www.lynda.com

Member Avatar for portjm
0
308

The End.