NameStartsWith Property
String which names are to start with.
Object Oriented Interface
public function getNameStartsWith(); public function setNameStartsWith($value);
Procedural Interface
inqb_objsearch_get($res, 30 ); inqb_objsearch_set($res, 30, $value );
Default Value
''
Remarks
String which names are to start with. Limits the search to records with names which start with the string specified by NameStartsWith.
If NameStartsWith is specified none of the other Name properties may be specified.
Only applicable to searches for entity objects.
Data Type
String