Exemplo n.º 1
0
 public SqlCeOptionsExtension([NotNull] SqlCeOptionsExtension copyFrom)
     : base(copyFrom)
 {
     _clientEvalForUnsupportedSqlConstructs = copyFrom._clientEvalForUnsupportedSqlConstructs;
 }
Exemplo n.º 2
0
 public SqlCeOptionsExtension([NotNull] SqlCeOptionsExtension copyFrom)
     : base(copyFrom)
 {
 }