Returns the debtors with a given name.
Namespace: Economic.Api
Assembly: Economic.Api (in Economic.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Function FindByName( _ ByVal name As String _ ) As IDebtor() |
| C# |
|---|
| IDebtor[] FindByName( string name ) |
| C++ |
|---|
| array<IDebtor>^ FindByName( String name ) abstract |
| J# |
|---|
| IDebtor[] FindByName( string name ) |
| JScript |
|---|
|
function FindByName( name : String ) : IDebtor[] |
Parameters
- name
- The name to search for.
Return Value
An array with the found debtors.