Generation

generate functionMon, 05 Jun 2023

hide connection from conn.CreateCommand

public static IDbCommand CreateCommand(this IDbConnection conn) { conn.Open(); var cmd = conn.CreateCommand(); return cmd; }

Want to kickstart your project?Use the new AI Studio to create your code