Firebird ADO.NET Provider SDK Documentation - v1.7

FbService.QueryService Method 

Retrieves information about a firebird service based on a given set of information items.

[Visual Basic]
Protected Function QueryService( _
   ByVal items As Byte() _
) As Byte()
[C#]
protected byte[] QueryService(
   byte[] items
);

Parameters

items
Information items to be retrieved.

See Also

FbService Class | FirebirdSql.Data.Firebird.Services Namespace