Firebird ADO.NET Provider SDK Documentation - v1.7

FbConnection.CreateCommand Method 

Creates and returns a new FbCommand object associated with the current FbConnection object.

[Visual Basic]
Public Function CreateCommand() As FbCommand
[C#]
public FbCommand CreateCommand();

Return Value

A new FbCommand object.

See Also

FbConnection Class | FirebirdSql.Data.Firebird Namespace