Tamino API for .NET

TaminoQueryResponse.HasData Property

Does the query response hold any data?

[Visual Basic]
Public ReadOnly Property HasData As Boolean
[C#]
public bool HasData {get;}

Remarks

It is recommended to check this property before the corresponding GetSingle methods are used. This is a stronger check than just checking ReturnValue == "0".

See Also

TaminoQueryResponse Class | TaminoQueryResponse Members | SoftwareAG.Tamino.Api Namespace