Create Statement with the parameters needed to insert a record for the given database table with the default provider
Create Statement with the parameters needed to insert a record for the given database table with the default provider
public static Statement CreateInsertStatementForTable(string,string);
Create Statement with the parameters needed to insert a record for the given database table using the supplied provider
public static Statement CreateInsertStatementForTable(string,string,Provider);
SqlProvider Class | SnapDAL.Providers Namespace