1 instantiation of DataLoadOptions
System.Web.DynamicData (1)
DynamicData\DynamicDataExtensions.cs (1)
273
loadOptions = new
DataLoadOptions
();
17 references to DataLoadOptions
System.Data.Linq (16)
DataContext.cs (2)
75
DataLoadOptions
loadOptions;
935
public
DataLoadOptions
LoadOptions {
DataShape.cs (2)
92
internal static bool ShapesAreEquivalent(
DataLoadOptions
ds1,
DataLoadOptions
ds2) {
SqlClient\Query\SqlBinder.cs (3)
31
internal SqlBinder(Translator translator, SqlFactory sqlFactory, MetaModel model,
DataLoadOptions
shape, SqlColumnizer columnizer, bool canUseOuterApply) {
100
DataLoadOptions
shape;
105
internal Visitor(SqlBinder binder, Translator translator, SqlColumnizer columnizer, SqlFactory sqlFactory, MetaModel model,
DataLoadOptions
shape, bool canUseOuterApply) {
SqlClient\Reader\ObjectReaderCompiler.cs (6)
185
DataLoadOptions
options = this.services.Context.LoadOptions;
299
internal
DataLoadOptions
options;
302
public CacheInfo(Type elementType, Type dataReaderType, object mapping,
DataLoadOptions
options, SqlExpression projection, IObjectReaderFactory factory) {
317
internal IObjectReaderFactory GetFactory(Type elementType, Type dataReaderType, object mapping,
DataLoadOptions
options, SqlExpression projection) {
322
DataLoadOptions
.ShapesAreEquivalent(options, info.Value.options) &&
334
internal void AddFactory(Type elementType, Type dataReaderType, object mapping,
DataLoadOptions
options, SqlExpression projection, IObjectReaderFactory factory) {
SqlClient\SqlProvider.cs (3)
1686
DataLoadOptions
originalShape;
1719
private static bool AreEquivalentShapes(
DataLoadOptions
shape1,
DataLoadOptions
shape2) {
System.Web.DynamicData (1)
DynamicData\DynamicDataExtensions.cs (1)
266
DataLoadOptions
loadOptions = null;