Firebird ADO.NET Provider SDK Documentation - v1.7

FbDataAdapter Constructor ()

Creates a new instance of the FbDataAdapter class.

[Visual Basic]
Overloads Public Sub New()
[C#]
public 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