예제 #1
0
 public IncludeQueryProvider(System.Type type, IncludeQueryProvider includeQueryProvider)
     : this(
         type,
         includeQueryProvider._queryProvider,
         includeQueryProvider.IncludePaths,
         includeQueryProvider._includeOptions.Clone())
 {
 }
 public IncludeQueryProvider(System.Type type, IncludeQueryProvider includeQueryProvider) : this(type, includeQueryProvider._queryProvider, includeQueryProvider.IncludePaths)
 {
 }