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

Author:
Mateusz Kierepka

Submitted:
03 Feb 2006

Language:
C#



Snippet Detail and Download

Snippet Type(s):  Expansion
Abstract (from author):
dOOdads (www.mygenerationsoftware.com) snippet for more Complex Load (using query).


Description (from snippet):
Loads data using Query.Load method


Code Block:
1 $dOOdadsConcreteClass$ $objectName$ = new $dOOdadsConcreteClass$(); 2 emps.Where.$columnName$.Value = "$searchedValue$"; 3 emps.Where.$columnName$.Operator = WhereParameter.Operand.$operand$; 4 if($objectName$.Query.Load()) 5 { 6 }$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.