SnapDAL Library Documentation

SqlProvider.CreateInsertStatementForTable Method (String, String, Provider)

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

public static Statement CreateInsertStatementForTable(
   string connectionString,
   string tableName,
   Provider provider
);

Parameters

connectionString
tableName
provider

Return Value

See Also

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