SharpSchedule

ConnectionFactory.NewCommand Property

Create a new database command object. TODO: Abstract the database command object creation so other databases can be used.

[Visual Basic]
Public Shared ReadOnly Property NewCommand As IDbCommand
[C#]
public static System.Data.IDbCommand NewCommand {get;}

See Also

ConnectionFactory Class | Ozanam.Schedule.Store.Database Namespace