SnapDAL Library Documentation

SqlProvider.CreateSelectStatementForTable Method

Create Statement with the parameters needed to select a record for the given database table

Overload List

Create Statement with the parameters needed to select a record for the given database table

public static Statement CreateSelectStatementForTable(string,string);

Create Statement with the parameters needed to select a record for the given database table with meta data coming from the selected provider

public static Statement CreateSelectStatementForTable(string,string,Provider);

See Also

SqlProvider Class | SnapDAL.Providers Namespace