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