SnapDAL Library Documentation

SqlProvider.CreateInsertStatementForTable Method

Create Statement with the parameters needed to insert a record for the given database table with the default provider

Overload List

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);

See Also

SqlProvider Class | SnapDAL.Providers Namespace