IDbDataAdapter public interface IDbDataAdapter : IDataAdapter Documentation DbCommand DeleteCommand { get; set; } DbCommand InsertCommand { get; set; } DbCommand SelectCommand { get; set; } DbCommand UpdateCommand { get; set; }