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.