Esempio n. 1
0
 public override IEnumerable <T> Query <T>(string textCommand, eExecutionType executionType)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public override DataTable Query(string textCommand, eExecutionType executionType)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public override void Execute(string textCommand, eExecutionType executionType)
 {
     throw new NotImplementedException();
 }
Esempio n. 4
0
 public abstract IEnumerable <T> Query <T>(string textCommand, eExecutionType executionType) where T : class;
Esempio n. 5
0
 public abstract DataTable Query(string textCommand, eExecutionType executionType);
Esempio n. 6
0
 public abstract void Execute(string textCommand, eExecutionType executionType);