Click here to Skip to main content
15,891,629 members
Home / Discussions / C#
   

C#

 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
sdfsdfsdfewrew3feff17-Feb-15 2:54
sdfsdfsdfewrew3feff17-Feb-15 2:54 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Dave Kreskowiak17-Feb-15 6:56
mveDave Kreskowiak17-Feb-15 6:56 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
sdfsdfsdfewrew3feff17-Feb-15 7:09
sdfsdfsdfewrew3feff17-Feb-15 7:09 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Dave Kreskowiak17-Feb-15 7:11
mveDave Kreskowiak17-Feb-15 7:11 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
sdfsdfsdfewrew3feff17-Feb-15 7:17
sdfsdfsdfewrew3feff17-Feb-15 7:17 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Mark_Wallace17-Feb-15 9:44
Mark_Wallace17-Feb-15 9:44 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Dave Kreskowiak17-Feb-15 9:49
mveDave Kreskowiak17-Feb-15 9:49 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Pete O'Hanlon17-Feb-15 8:41
mvePete O'Hanlon17-Feb-15 8:41 
When you write your insert statement, don't attempt to insert a value into the fields that have identities set. Identities are automatically created for you by the database server. If you want to get the value that you created back, you simply use
SQL
SELECT Scope_Identity() AS CreatedIdentity
immediately after the insert.
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Richard MacCutchan17-Feb-15 7:26
mveRichard MacCutchan17-Feb-15 7:26 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Dave Kreskowiak17-Feb-15 7:33
mveDave Kreskowiak17-Feb-15 7:33 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Richard MacCutchan17-Feb-15 7:37
mveRichard MacCutchan17-Feb-15 7:37 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
newton.saber17-Feb-15 7:40
newton.saber17-Feb-15 7:40 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Kornfeld Eliyahu Peter17-Feb-15 8:08
professionalKornfeld Eliyahu Peter17-Feb-15 8:08 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
newton.saber17-Feb-15 8:40
newton.saber17-Feb-15 8:40 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Kornfeld Eliyahu Peter17-Feb-15 9:00
professionalKornfeld Eliyahu Peter17-Feb-15 9:00 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
newton.saber17-Feb-15 9:48
newton.saber17-Feb-15 9:48 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
User 1106097917-Feb-15 8:19
User 1106097917-Feb-15 8:19 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Dave Kreskowiak17-Feb-15 9:47
mveDave Kreskowiak17-Feb-15 9:47 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
User 1106097917-Feb-15 10:18
User 1106097917-Feb-15 10:18 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
pt140117-Feb-15 10:58
pt140117-Feb-15 10:58 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
enhzflep17-Feb-15 8:40
enhzflep17-Feb-15 8:40 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
User 1106097917-Feb-15 8:58
User 1106097917-Feb-15 8:58 
AnswerRe: Visual studio 2010 C# identity without hyphen Pin
Pete O'Hanlon16-Feb-15 19:25
mvePete O'Hanlon16-Feb-15 19:25 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
F-ES Sitecore17-Feb-15 2:07
professionalF-ES Sitecore17-Feb-15 2:07 
GeneralRe: Visual studio 2010 C# identity without hyphen Pin
Rob Philpott17-Feb-15 2:10
Rob Philpott17-Feb-15 2:10 

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.