AdvantageModuleEngine..::..FindPublishedObjectsByNode Method
Overload List
Name | Description | |
---|---|---|
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, String) |
performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|
|
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, DateTime) |
Performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|
|
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, Int32) |
Performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|
|
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, Decimal) |
Performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|
|
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, Guid) |
Performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|
|
FindPublishedObjectsByNode<(Of <<'(T>)>>)(String, eComparison, Boolean) |
Performs a non-indexed search of all business objects of the specified type and returns a list of objects matching the conditional statement
This function works well with small sets of typed published items. Performance may be impacted on larger object sets, and "GetByKey" should be implemented.
|