Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataAdapter Constructor (FbCommand)

Creates a new instance of the FbDataAdapter class with the specified SQL SELECT statement.

[Visual Basic]
Overloads Public Sub New( _
   ByVal selectCommand As FbCommand _
)
[C#]
public FbDataAdapter(
   FbCommand selectCommand
);

Parameters

selectCommand
An FbCommand that is an SQL SELECT statement or stored procedure, and is set as the SelectCommand property of the FbDataAdapter.

Remarks

When you create an instance of FbDataAdapter, the following read/write properties are set to their default values, as shown in the table.

Properties Default Value
MissingMappingAction MissingMappingAction.Passthrough
MissingSchemaAction MissingSchemaAction.Add

See Also

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