Пример #1
0
 protected override void ApplyParameterInfo(DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause)
 {
     throw RecorderFactory.NotImplemented;
 }
Пример #2
0
 protected override void ApplyParameterInfo(DbParameter parameter, System.Data.DataRow row, System.Data.StatementType statementType, bool whereClause)
 {
     throw new NotSupportedException();
 }
Пример #3
0
 protected override System.Data.Common.RowUpdatingEventArgs CreateRowUpdatingEvent(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping)
 {
     throw null;
 }
Пример #4
0
 protected override void ApplyParameterInfo(System.Data.Common.DbParameter parameter, System.Data.DataRow datarow, System.Data.StatementType statementType, bool whereClause)
 {
 }
Пример #5
0
 public OleDbRowUpdatingEventArgs(System.Data.DataRow dataRow, System.Data.IDbCommand command, System.Data.StatementType statementType, System.Data.Common.DataTableMapping tableMapping) : base(default(System.Data.DataRow), default(System.Data.IDbCommand), default(System.Data.StatementType), default(System.Data.Common.DataTableMapping))
 {
 }
Пример #6
0
 public SqlBuilder(System.Data.StatementType statementType, string tableName)
 {
     type           = statementType;
     this.tableName = tableName;
     Properties     = new HashSet <string>();
 }