Skip Navigation LinksHome : Submit Snippet : Snippet Search : Snippet Detail
Snippet language icon

Author:
Mateusz Kierepka

Submitted:
04 Feb 2006

Language:
C#



Snippet Detail and Download

Snippet Type(s):  Expansion
Abstract (from author):
dOOdads (www.mygenerationsoftware.com) snippet for simple load by primary key.


Description (from snippet):
Loads data using LoadAll method


Code Block:
1 $dOOdadsConcreteClass$ $objectName$ = new $dOOdadsConcreteClass$(); 2 if($objectName$.LoadByPrimaryKey($primaryKey)) 3 { 4 }$end$
Download Now!
Download the snippet file by clicking the download button below. You may customize the snippet shortcut prior to downloading below.

Shortcut:

The download is in Visual Studio Community Content Installer (VSI) format.