コード例 #1
0
 public SqlCeOptionsExtension([NotNull] SqlCeOptionsExtension copyFrom)
     : base(copyFrom)
 {
     _clientEvalForUnsupportedSqlConstructs = copyFrom._clientEvalForUnsupportedSqlConstructs;
 }
コード例 #2
0
 public SqlCeOptionsExtension([NotNull] SqlCeOptionsExtension copyFrom)
     : base(copyFrom)
 {
 }