Posted
over 8 years
ago
by
rivantsov
Hi,I define FreeText literal for this script "SELECT * FROM dbo.Person WHERE Country.City.Id = ?". I tried to get "Country.City.Id" word. works ok. but Every token marks mirror. I mean WHERE looks mirror. var mirror = new
|
Posted
over 8 years
ago
by
oturkan
Hi,I define FreeText literal for this script "SELECT * FROM dbo.Person WHERE Country.City.Id = ?". I tried to get "Country.City.Id" word. works ok. but Every token marks mirror. I mean WHERE looks mirror. var mirror = new
|
Posted
over 8 years
ago
by
oturkan
Hi,I define FreeText literal for this script "SELECT * FROM dbo.Person WHERE Country.City.Id = ?". I tried to get "Country.City.Id" word. works ok. but Every token marks mirror. I mean WHERE looks mirror. var mirror = new
|
Posted
over 8 years
ago
by
bbsimonbb
Looks like I needed to be over here. Found this nice summary of templating approaches. Very happy to have discovered Irony though. If only I were smarter.
|
Posted
over 8 years
ago
by
bbsimonbb
Looks like I needed to be over here. Found this nice summary of templating approaches. Very happy to have discovered Irony though. If only I were smarter.
|
Posted
over 8 years
ago
by
bbsimonbb
I've got a nifty VS extension that generates C# wrapper classes for sql queries. I currently do this with string methods. So somewhere in my thing, you're going to see me generating C# properties for each column in a resultset :
foreach( var myField
|
Posted
over 8 years
ago
by
bbsimonbb
I've got a nifty VS extension that generates C# wrapper classes for sql queries. I currently do this with string methods. So somewhere in my thing, you're going to see me generating C# properties for each column in a resultset :
foreach( var myField
|
Posted
over 8 years
ago
by
woopsie
Many thx. Very helpful . (Sorry it took so long to reply)
|
Posted
over 8 years
ago
by
woopsie
Many thx. Very helpful . (Sorry it took so long to reply)
|
Posted
over 8 years
ago
by
oturkan
Thank you for replay. A.B is Not a table.columnname. a.b is custom Text. İ think textliteral works for me
|