DGC.Data Programmer's Reference

DALFactory.GetDAL Method 

Provides an object that implements the IDal interface.

[Visual Basic]
Public Shared Function GetDAL( _
   ByVal connectionString As String, _
   ByVal databaseType As DBType _
) As IDal
[C#]
public static IDal GetDAL(
   string connectionString,
   DBType databaseType
);

Parameters

connectionString
The connection string for the database.
databaseType
A DBType value

Return Value

An object that implements the IDal interface.

Remarks

See Also

DALFactory Class | DGC.Data Namespace