Firebird ADO.NET Provider SDK Documentation - v1.7

FbCommand Constructor (String, FbConnection)

[Visual Basic]
Overloads Public Sub New( _
   ByVal cmdText As String, _
   ByVal connection As FbConnection _
)
[C#]
public FbCommand(
   string cmdText,
   FbConnection connection
);

See Also

FbCommand Class | FirebirdSql.Data.Firebird Namespace | FbCommand Constructor Overload List