SnapDAL Library Documentation

SqlProvider.CreateSelectStatementForTable Method (String, String)

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

public static Statement CreateSelectStatementForTable(
   string connectionString,
   string tableName
);

Parameters

connectionString
tableName

Return Value

See Also

SqlProvider Class | SnapDAL.Providers Namespace | SqlProvider.CreateSelectStatementForTable Overload List