1 // Licensed to the .NET Foundation under one or more agreements.
2 // The .NET Foundation licenses this file to you under the MIT license.
3 // See the LICENSE file in the project root for more information.
4 
5 [assembly:System.Reflection.AssemblyVersionAttribute("4.0.0.0")]
6 [assembly:System.CLSCompliantAttribute(true)]
7 [assembly:System.Diagnostics.DebuggableAttribute((System.Diagnostics.DebuggableAttribute.DebuggingModes)(2))]
8 [assembly:System.Reflection.AssemblyCompanyAttribute("Mono development team")]
9 [assembly:System.Reflection.AssemblyCopyrightAttribute("(c) Various Mono authors")]
10 [assembly:System.Reflection.AssemblyDefaultAliasAttribute("System.Data.Entity.dll")]
11 [assembly:System.Reflection.AssemblyDescriptionAttribute("System.Data.Entity.dll")]
12 [assembly:System.Reflection.AssemblyFileVersionAttribute("4.7.2046.0")]
13 [assembly:System.Reflection.AssemblyInformationalVersionAttribute("4.7.2046.0")]
14 [assembly:System.Reflection.AssemblyProductAttribute("Mono Common Language Infrastructure")]
15 [assembly:System.Reflection.AssemblyTitleAttribute("System.Data.Entity.dll")]
16 [assembly:System.Resources.NeutralResourcesLanguageAttribute("en-US")]
17 [assembly:System.Resources.SatelliteContractVersionAttribute("4.0.0.0")]
18 [assembly:System.Runtime.CompilerServices.CompilationRelaxationsAttribute(8)]
19 [assembly:System.Runtime.CompilerServices.ReferenceAssemblyAttribute]
20 [assembly:System.Runtime.CompilerServices.RuntimeCompatibilityAttribute(WrapNonExceptionThrows=true)]
21 [assembly:System.Runtime.InteropServices.ComCompatibleVersionAttribute(1, 0, 3300, 0)]
22 [assembly:System.Runtime.InteropServices.ComVisibleAttribute(false)]
23 [assembly:System.Runtime.InteropServices.DefaultDllImportSearchPathsAttribute((System.Runtime.InteropServices.DllImportSearchPath)(2050))]
24 [assembly:System.Security.AllowPartiallyTrustedCallersAttribute]
25 [assembly:System.Security.SecurityCriticalAttribute]
26 [assembly:System.Security.SecurityRulesAttribute((System.Security.SecurityRuleSet)(1), SkipVerificationInFullTrust=true)]
27 namespace System.Data
28 {
29     [System.SerializableAttribute]
30     public sealed partial class EntityCommandCompilationException : System.Data.EntityException
31     {
EntityCommandCompilationException()32         public EntityCommandCompilationException() { }
EntityCommandCompilationException(string message)33         public EntityCommandCompilationException(string message) { }
EntityCommandCompilationException(string message, System.Exception innerException)34         public EntityCommandCompilationException(string message, System.Exception innerException) { }
35     }
36     [System.SerializableAttribute]
37     public sealed partial class EntityCommandExecutionException : System.Data.EntityException
38     {
EntityCommandExecutionException()39         public EntityCommandExecutionException() { }
EntityCommandExecutionException(string message)40         public EntityCommandExecutionException(string message) { }
EntityCommandExecutionException(string message, System.Exception innerException)41         public EntityCommandExecutionException(string message, System.Exception innerException) { }
42     }
43     [System.SerializableAttribute]
44     public partial class EntityException : System.Data.DataException
45     {
EntityException()46         public EntityException() { }
EntityException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)47         protected EntityException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
EntityException(string message)48         public EntityException(string message) { }
EntityException(string message, System.Exception innerException)49         public EntityException(string message, System.Exception innerException) { }
50     }
51     [System.Diagnostics.DebuggerDisplayAttribute("{ConcatKeyValue()}")]
52     [System.Runtime.Serialization.DataContractAttribute(IsReference=true)]
53     [System.SerializableAttribute]
54     public sealed partial class EntityKey : System.IEquatable<System.Data.EntityKey>
55     {
56         public static readonly System.Data.EntityKey EntityNotValidKey;
57         public static readonly System.Data.EntityKey NoEntitySetKey;
EntityKey()58         public EntityKey() { }
EntityKey(string qualifiedEntitySetName, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>> entityKeyValues)59         public EntityKey(string qualifiedEntitySetName, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, object>> entityKeyValues) { }
EntityKey(string qualifiedEntitySetName, System.Collections.Generic.IEnumerable<System.Data.EntityKeyMember> entityKeyValues)60         public EntityKey(string qualifiedEntitySetName, System.Collections.Generic.IEnumerable<System.Data.EntityKeyMember> entityKeyValues) { }
EntityKey(string qualifiedEntitySetName, string keyName, object keyValue)61         public EntityKey(string qualifiedEntitySetName, string keyName, object keyValue) { }
62         [System.Runtime.Serialization.DataMemberAttribute]
63         public string EntityContainerName { get { throw null; } set { } }
64         [System.Runtime.Serialization.DataMemberAttribute]
65         public System.Data.EntityKeyMember[] EntityKeyValues { get { throw null; } set { } }
66         [System.Runtime.Serialization.DataMemberAttribute]
67         public string EntitySetName { get { throw null; } set { } }
68         public bool IsTemporary { get { throw null; } }
Equals(System.Data.EntityKey other)69         public bool Equals(System.Data.EntityKey other) { throw null; }
Equals(object obj)70         public override bool Equals(object obj) { throw null; }
GetEntitySet(System.Data.Metadata.Edm.MetadataWorkspace metadataWorkspace)71         public System.Data.Metadata.Edm.EntitySet GetEntitySet(System.Data.Metadata.Edm.MetadataWorkspace metadataWorkspace) { throw null; }
GetHashCode()72         public override int GetHashCode() { throw null; }
73         [System.ComponentModel.BrowsableAttribute(false)]
74         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
75         [System.Runtime.Serialization.OnDeserializedAttribute]
OnDeserialized(System.Runtime.Serialization.StreamingContext context)76         public void OnDeserialized(System.Runtime.Serialization.StreamingContext context) { }
77         [System.ComponentModel.BrowsableAttribute(false)]
78         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
79         [System.Runtime.Serialization.OnDeserializingAttribute]
OnDeserializing(System.Runtime.Serialization.StreamingContext context)80         public void OnDeserializing(System.Runtime.Serialization.StreamingContext context) { }
operator ==(System.Data.EntityKey key1, System.Data.EntityKey key2)81         public static bool operator ==(System.Data.EntityKey key1, System.Data.EntityKey key2) { throw null; }
operator !=(System.Data.EntityKey key1, System.Data.EntityKey key2)82         public static bool operator !=(System.Data.EntityKey key1, System.Data.EntityKey key2) { throw null; }
83     }
84     [System.Runtime.Serialization.DataContractAttribute]
85     [System.SerializableAttribute]
86     public partial class EntityKeyMember
87     {
EntityKeyMember()88         public EntityKeyMember() { }
EntityKeyMember(string keyName, object keyValue)89         public EntityKeyMember(string keyName, object keyValue) { }
90         [System.Runtime.Serialization.DataMemberAttribute]
91         public string Key { get { throw null; } set { } }
92         [System.Runtime.Serialization.DataMemberAttribute]
93         public object Value { get { throw null; } set { } }
ToString()94         public override string ToString() { throw null; }
95     }
96     [System.SerializableAttribute]
97     public sealed partial class EntitySqlException : System.Data.EntityException
98     {
EntitySqlException()99         public EntitySqlException() { }
EntitySqlException(string message)100         public EntitySqlException(string message) { }
EntitySqlException(string message, System.Exception innerException)101         public EntitySqlException(string message, System.Exception innerException) { }
102         public int Column { get { throw null; } }
103         public string ErrorContext { get { throw null; } }
104         public string ErrorDescription { get { throw null; } }
105         public int Line { get { throw null; } }
106         [System.Security.SecurityCriticalAttribute]
107         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)108         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
109     }
110     [System.ComponentModel.DataAnnotations.BindableTypeAttribute(IsBindable=false)]
111     [System.FlagsAttribute]
112     public enum EntityState
113     {
114         Added = 4,
115         Deleted = 8,
116         Detached = 1,
117         Modified = 16,
118         Unchanged = 2,
119     }
120     public partial interface IExtendedDataRecord : System.Data.IDataRecord
121     {
122         System.Data.Common.DataRecordInfo DataRecordInfo { get; }
GetDataReader(int i)123         System.Data.Common.DbDataReader GetDataReader(int i);
GetDataRecord(int i)124         System.Data.Common.DbDataRecord GetDataRecord(int i);
125     }
126     [System.SerializableAttribute]
127     public sealed partial class InvalidCommandTreeException : System.Data.DataException
128     {
InvalidCommandTreeException()129         public InvalidCommandTreeException() { }
InvalidCommandTreeException(string message)130         public InvalidCommandTreeException(string message) { }
InvalidCommandTreeException(string message, System.Exception innerException)131         public InvalidCommandTreeException(string message, System.Exception innerException) { }
132     }
133     [System.SerializableAttribute]
134     public sealed partial class MappingException : System.Data.EntityException
135     {
MappingException()136         public MappingException() { }
MappingException(string message)137         public MappingException(string message) { }
MappingException(string message, System.Exception innerException)138         public MappingException(string message, System.Exception innerException) { }
139     }
140     [System.SerializableAttribute]
141     public sealed partial class MetadataException : System.Data.EntityException
142     {
MetadataException()143         public MetadataException() { }
MetadataException(string message)144         public MetadataException(string message) { }
MetadataException(string message, System.Exception innerException)145         public MetadataException(string message, System.Exception innerException) { }
146     }
147     [System.SerializableAttribute]
148     public sealed partial class ObjectNotFoundException : System.Data.DataException
149     {
ObjectNotFoundException()150         public ObjectNotFoundException() { }
ObjectNotFoundException(string message)151         public ObjectNotFoundException(string message) { }
ObjectNotFoundException(string message, System.Exception innerException)152         public ObjectNotFoundException(string message, System.Exception innerException) { }
153     }
154     [System.SerializableAttribute]
155     public sealed partial class OptimisticConcurrencyException : System.Data.UpdateException
156     {
OptimisticConcurrencyException()157         public OptimisticConcurrencyException() { }
OptimisticConcurrencyException(string message)158         public OptimisticConcurrencyException(string message) { }
OptimisticConcurrencyException(string message, System.Exception innerException)159         public OptimisticConcurrencyException(string message, System.Exception innerException) { }
OptimisticConcurrencyException(string message, System.Exception innerException, System.Collections.Generic.IEnumerable<System.Data.Objects.ObjectStateEntry> stateEntries)160         public OptimisticConcurrencyException(string message, System.Exception innerException, System.Collections.Generic.IEnumerable<System.Data.Objects.ObjectStateEntry> stateEntries) { }
161     }
162     [System.SerializableAttribute]
163     public sealed partial class PropertyConstraintException : System.Data.ConstraintException
164     {
PropertyConstraintException()165         public PropertyConstraintException() { }
PropertyConstraintException(string message)166         public PropertyConstraintException(string message) { }
PropertyConstraintException(string message, System.Exception innerException)167         public PropertyConstraintException(string message, System.Exception innerException) { }
PropertyConstraintException(string message, string propertyName)168         public PropertyConstraintException(string message, string propertyName) { }
PropertyConstraintException(string message, string propertyName, System.Exception innerException)169         public PropertyConstraintException(string message, string propertyName, System.Exception innerException) { }
170         public string PropertyName { get { throw null; } }
171         [System.Security.SecurityCriticalAttribute]
172         [System.Security.Permissions.PermissionSetAttribute(System.Security.Permissions.SecurityAction.LinkDemand, Unrestricted=true)]
GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)173         public override void GetObjectData(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
174     }
175     [System.SerializableAttribute]
176     public sealed partial class ProviderIncompatibleException : System.Data.EntityException
177     {
ProviderIncompatibleException()178         public ProviderIncompatibleException() { }
ProviderIncompatibleException(string message)179         public ProviderIncompatibleException(string message) { }
ProviderIncompatibleException(string message, System.Exception innerException)180         public ProviderIncompatibleException(string message, System.Exception innerException) { }
181     }
182     [System.SerializableAttribute]
183     public partial class UpdateException : System.Data.DataException
184     {
UpdateException()185         public UpdateException() { }
UpdateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context)186         protected UpdateException(System.Runtime.Serialization.SerializationInfo info, System.Runtime.Serialization.StreamingContext context) { }
UpdateException(string message)187         public UpdateException(string message) { }
UpdateException(string message, System.Exception innerException)188         public UpdateException(string message, System.Exception innerException) { }
UpdateException(string message, System.Exception innerException, System.Collections.Generic.IEnumerable<System.Data.Objects.ObjectStateEntry> stateEntries)189         public UpdateException(string message, System.Exception innerException, System.Collections.Generic.IEnumerable<System.Data.Objects.ObjectStateEntry> stateEntries) { }
190         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Objects.ObjectStateEntry> StateEntries { get { throw null; } }
191     }
192 }
193 namespace System.Data.Common
194 {
195     public partial class DataRecordInfo
196     {
DataRecordInfo(System.Data.Metadata.Edm.TypeUsage metadata, System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.EdmMember> memberInfo)197         public DataRecordInfo(System.Data.Metadata.Edm.TypeUsage metadata, System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.EdmMember> memberInfo) { }
198         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Common.FieldMetadata> FieldMetadata { get { throw null; } }
199         public System.Data.Metadata.Edm.TypeUsage RecordType { get { throw null; } }
200     }
201     public partial class DbCommandDefinition
202     {
DbCommandDefinition()203         protected DbCommandDefinition() { }
DbCommandDefinition(System.Data.Common.DbCommand prototype)204         protected DbCommandDefinition(System.Data.Common.DbCommand prototype) { }
CreateCommand()205         public virtual System.Data.Common.DbCommand CreateCommand() { throw null; }
206     }
207     public abstract partial class DbProviderManifest
208     {
209         public static readonly string ConceptualSchemaDefinition;
210         public static readonly string ConceptualSchemaDefinitionVersion3;
211         public static readonly string StoreSchemaDefinition;
212         public static readonly string StoreSchemaDefinitionVersion3;
213         public static readonly string StoreSchemaMapping;
214         public static readonly string StoreSchemaMappingVersion3;
DbProviderManifest()215         protected DbProviderManifest() { }
216         public abstract string NamespaceName { get; }
EscapeLikeArgument(string argument)217         public virtual string EscapeLikeArgument(string argument) { throw null; }
GetDbInformation(string informationType)218         protected abstract System.Xml.XmlReader GetDbInformation(string informationType);
GetEdmType(System.Data.Metadata.Edm.TypeUsage storeType)219         public abstract System.Data.Metadata.Edm.TypeUsage GetEdmType(System.Data.Metadata.Edm.TypeUsage storeType);
GetFacetDescriptions(System.Data.Metadata.Edm.EdmType edmType)220         public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetFacetDescriptions(System.Data.Metadata.Edm.EdmType edmType);
GetInformation(string informationType)221         public System.Xml.XmlReader GetInformation(string informationType) { throw null; }
GetStoreFunctions()222         public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetStoreFunctions();
GetStoreType(System.Data.Metadata.Edm.TypeUsage edmType)223         public abstract System.Data.Metadata.Edm.TypeUsage GetStoreType(System.Data.Metadata.Edm.TypeUsage edmType);
GetStoreTypes()224         public abstract System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetStoreTypes();
SupportsEscapingLikeArgument(out char escapeCharacter)225         public virtual bool SupportsEscapingLikeArgument(out char escapeCharacter) { escapeCharacter = default(char); throw null; }
226     }
227     [System.CLSCompliantAttribute(false)]
228     public abstract partial class DbProviderServices
229     {
DbProviderServices()230         protected DbProviderServices() { }
CreateCommandDefinition(System.Data.Common.CommandTrees.DbCommandTree commandTree)231         public System.Data.Common.DbCommandDefinition CreateCommandDefinition(System.Data.Common.CommandTrees.DbCommandTree commandTree) { throw null; }
CreateCommandDefinition(System.Data.Common.DbCommand prototype)232         public virtual System.Data.Common.DbCommandDefinition CreateCommandDefinition(System.Data.Common.DbCommand prototype) { throw null; }
CreateCommandDefinition(System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree)233         public System.Data.Common.DbCommandDefinition CreateCommandDefinition(System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree) { throw null; }
CreateDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)234         public void CreateDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { }
CreateDatabaseScript(string providerManifestToken, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)235         public string CreateDatabaseScript(string providerManifestToken, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { throw null; }
CreateDbCommandDefinition(System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree)236         protected abstract System.Data.Common.DbCommandDefinition CreateDbCommandDefinition(System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree);
DatabaseExists(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)237         public bool DatabaseExists(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { throw null; }
DbCreateDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)238         protected virtual void DbCreateDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { }
DbCreateDatabaseScript(string providerManifestToken, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)239         protected virtual string DbCreateDatabaseScript(string providerManifestToken, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { throw null; }
DbDatabaseExists(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)240         protected virtual bool DbDatabaseExists(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { throw null; }
DbDeleteDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)241         protected virtual void DbDeleteDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { }
DbGetSpatialServices(string manifestToken)242         protected virtual System.Data.Spatial.DbSpatialServices DbGetSpatialServices(string manifestToken) { throw null; }
DeleteDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)243         public void DeleteDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { }
GetDbProviderManifest(string manifestToken)244         protected abstract System.Data.Common.DbProviderManifest GetDbProviderManifest(string manifestToken);
GetDbProviderManifestToken(System.Data.Common.DbConnection connection)245         protected abstract string GetDbProviderManifestToken(System.Data.Common.DbConnection connection);
GetDbSpatialDataReader(System.Data.Common.DbDataReader fromReader, string manifestToken)246         protected virtual System.Data.Spatial.DbSpatialDataReader GetDbSpatialDataReader(System.Data.Common.DbDataReader fromReader, string manifestToken) { throw null; }
GetProviderFactory(System.Data.Common.DbConnection connection)247         public static System.Data.Common.DbProviderFactory GetProviderFactory(System.Data.Common.DbConnection connection) { throw null; }
GetProviderManifest(string manifestToken)248         public System.Data.Common.DbProviderManifest GetProviderManifest(string manifestToken) { throw null; }
GetProviderManifestToken(System.Data.Common.DbConnection connection)249         public string GetProviderManifestToken(System.Data.Common.DbConnection connection) { throw null; }
GetProviderServices(System.Data.Common.DbConnection connection)250         public static System.Data.Common.DbProviderServices GetProviderServices(System.Data.Common.DbConnection connection) { throw null; }
GetSpatialDataReader(System.Data.Common.DbDataReader fromReader, string manifestToken)251         public System.Data.Spatial.DbSpatialDataReader GetSpatialDataReader(System.Data.Common.DbDataReader fromReader, string manifestToken) { throw null; }
GetSpatialServices(string manifestToken)252         public System.Data.Spatial.DbSpatialServices GetSpatialServices(string manifestToken) { throw null; }
SetDbParameterValue(System.Data.Common.DbParameter parameter, System.Data.Metadata.Edm.TypeUsage parameterType, object value)253         protected virtual void SetDbParameterValue(System.Data.Common.DbParameter parameter, System.Data.Metadata.Edm.TypeUsage parameterType, object value) { }
254     }
255     public abstract partial class DbXmlEnabledProviderManifest : System.Data.Common.DbProviderManifest
256     {
DbXmlEnabledProviderManifest(System.Xml.XmlReader reader)257         protected DbXmlEnabledProviderManifest(System.Xml.XmlReader reader) { }
258         public override string NamespaceName { get { throw null; } }
259         protected System.Collections.Generic.Dictionary<string, System.Data.Metadata.Edm.PrimitiveType> StoreTypeNameToEdmPrimitiveType { get { throw null; } }
260         protected System.Collections.Generic.Dictionary<string, System.Data.Metadata.Edm.PrimitiveType> StoreTypeNameToStorePrimitiveType { get { throw null; } }
GetFacetDescriptions(System.Data.Metadata.Edm.EdmType type)261         public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetFacetDescriptions(System.Data.Metadata.Edm.EdmType type) { throw null; }
GetStoreFunctions()262         public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetStoreFunctions() { throw null; }
GetStoreTypes()263         public override System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetStoreTypes() { throw null; }
264     }
265     public partial class EntityRecordInfo : System.Data.Common.DataRecordInfo
266     {
EntityRecordInfo(System.Data.Metadata.Edm.EntityType metadata, System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.EdmMember> memberInfo, System.Data.EntityKey entityKey, System.Data.Metadata.Edm.EntitySet entitySet)267         public EntityRecordInfo(System.Data.Metadata.Edm.EntityType metadata, System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.EdmMember> memberInfo, System.Data.EntityKey entityKey, System.Data.Metadata.Edm.EntitySet entitySet) : base (default(System.Data.Metadata.Edm.TypeUsage), default(System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.EdmMember>)) { }
268         public System.Data.EntityKey EntityKey { get { throw null; } }
269     }
270     [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
271     public partial struct FieldMetadata
272     {
FieldMetadataSystem.Data.Common.FieldMetadata273         public FieldMetadata(int ordinal, System.Data.Metadata.Edm.EdmMember fieldType) { throw null;}
274         public System.Data.Metadata.Edm.EdmMember FieldType { get { throw null; } }
275         public int Ordinal { get { throw null; } }
276     }
277 }
278 namespace System.Data.Common.CommandTrees
279 {
280     public abstract partial class DbAggregate
281     {
DbAggregate()282         internal DbAggregate() { }
283         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Arguments { get { throw null; } }
284         public System.Data.Metadata.Edm.TypeUsage ResultType { get { throw null; } }
285     }
286     public sealed partial class DbAndExpression : System.Data.Common.CommandTrees.DbBinaryExpression
287     {
DbAndExpression()288         internal DbAndExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)289         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)290         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
291     }
292     public sealed partial class DbApplyExpression : System.Data.Common.CommandTrees.DbExpression
293     {
DbApplyExpression()294         internal DbApplyExpression() { }
295         public System.Data.Common.CommandTrees.DbExpressionBinding Apply { get { throw null; } }
296         public System.Data.Common.CommandTrees.DbExpressionBinding Input { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)297         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)298         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
299     }
300     public sealed partial class DbArithmeticExpression : System.Data.Common.CommandTrees.DbExpression
301     {
DbArithmeticExpression()302         internal DbArithmeticExpression() { }
303         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Arguments { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)304         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)305         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
306     }
307     public abstract partial class DbBinaryExpression : System.Data.Common.CommandTrees.DbExpression
308     {
DbBinaryExpression()309         internal DbBinaryExpression() { }
310         public System.Data.Common.CommandTrees.DbExpression Left { get { throw null; } }
311         public System.Data.Common.CommandTrees.DbExpression Right { get { throw null; } }
312     }
313     public sealed partial class DbCaseExpression : System.Data.Common.CommandTrees.DbExpression
314     {
DbCaseExpression()315         internal DbCaseExpression() { }
316         public System.Data.Common.CommandTrees.DbExpression Else { get { throw null; } }
317         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Then { get { throw null; } }
318         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> When { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)319         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)320         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
321     }
322     public sealed partial class DbCastExpression : System.Data.Common.CommandTrees.DbUnaryExpression
323     {
DbCastExpression()324         internal DbCastExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)325         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)326         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
327     }
328     public abstract partial class DbCommandTree
329     {
DbCommandTree()330         internal DbCommandTree() { }
331         public System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, System.Data.Metadata.Edm.TypeUsage>> Parameters { get { throw null; } }
332     }
333     public sealed partial class DbComparisonExpression : System.Data.Common.CommandTrees.DbBinaryExpression
334     {
DbComparisonExpression()335         internal DbComparisonExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)336         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)337         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
338     }
339     public sealed partial class DbConstantExpression : System.Data.Common.CommandTrees.DbExpression
340     {
DbConstantExpression()341         internal DbConstantExpression() { }
342         public object Value { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)343         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)344         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
345     }
346     public sealed partial class DbCrossJoinExpression : System.Data.Common.CommandTrees.DbExpression
347     {
DbCrossJoinExpression()348         internal DbCrossJoinExpression() { }
349         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpressionBinding> Inputs { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)350         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)351         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
352     }
353     public sealed partial class DbDeleteCommandTree : System.Data.Common.CommandTrees.DbModificationCommandTree
354     {
DbDeleteCommandTree()355         internal DbDeleteCommandTree() { }
356         public System.Data.Common.CommandTrees.DbExpression Predicate { get { throw null; } }
357     }
358     public sealed partial class DbDerefExpression : System.Data.Common.CommandTrees.DbUnaryExpression
359     {
DbDerefExpression()360         internal DbDerefExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)361         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)362         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
363     }
364     public sealed partial class DbDistinctExpression : System.Data.Common.CommandTrees.DbUnaryExpression
365     {
DbDistinctExpression()366         internal DbDistinctExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)367         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)368         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
369     }
370     public sealed partial class DbElementExpression : System.Data.Common.CommandTrees.DbUnaryExpression
371     {
DbElementExpression()372         internal DbElementExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)373         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)374         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
375     }
376     public sealed partial class DbEntityRefExpression : System.Data.Common.CommandTrees.DbUnaryExpression
377     {
DbEntityRefExpression()378         internal DbEntityRefExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)379         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)380         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
381     }
382     public sealed partial class DbExceptExpression : System.Data.Common.CommandTrees.DbBinaryExpression
383     {
DbExceptExpression()384         internal DbExceptExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)385         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)386         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
387     }
388     public abstract partial class DbExpression
389     {
DbExpression()390         internal DbExpression() { }
391         public System.Data.Common.CommandTrees.DbExpressionKind ExpressionKind { get { throw null; } }
392         public System.Data.Metadata.Edm.TypeUsage ResultType { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)393         public abstract void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor);
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)394         public abstract TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor);
395         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Equals(object obj)396         public override bool Equals(object obj) { throw null; }
FromBinary(byte[] value)397         public static System.Data.Common.CommandTrees.DbExpression FromBinary(byte[] value) { throw null; }
FromBoolean(System.Nullable<bool> value)398         public static System.Data.Common.CommandTrees.DbExpression FromBoolean(System.Nullable<bool> value) { throw null; }
FromByte(System.Nullable<byte> value)399         public static System.Data.Common.CommandTrees.DbExpression FromByte(System.Nullable<byte> value) { throw null; }
FromDateTime(System.Nullable<System.DateTime> value)400         public static System.Data.Common.CommandTrees.DbExpression FromDateTime(System.Nullable<System.DateTime> value) { throw null; }
FromDateTimeOffset(System.Nullable<System.DateTimeOffset> value)401         public static System.Data.Common.CommandTrees.DbExpression FromDateTimeOffset(System.Nullable<System.DateTimeOffset> value) { throw null; }
FromDecimal(System.Nullable<decimal> value)402         public static System.Data.Common.CommandTrees.DbExpression FromDecimal(System.Nullable<decimal> value) { throw null; }
FromDouble(System.Nullable<double> value)403         public static System.Data.Common.CommandTrees.DbExpression FromDouble(System.Nullable<double> value) { throw null; }
FromGeography(System.Data.Spatial.DbGeography value)404         public static System.Data.Common.CommandTrees.DbExpression FromGeography(System.Data.Spatial.DbGeography value) { throw null; }
FromGeometry(System.Data.Spatial.DbGeometry value)405         public static System.Data.Common.CommandTrees.DbExpression FromGeometry(System.Data.Spatial.DbGeometry value) { throw null; }
FromGuid(System.Nullable<System.Guid> value)406         public static System.Data.Common.CommandTrees.DbExpression FromGuid(System.Nullable<System.Guid> value) { throw null; }
FromInt16(System.Nullable<short> value)407         public static System.Data.Common.CommandTrees.DbExpression FromInt16(System.Nullable<short> value) { throw null; }
FromInt32(System.Nullable<int> value)408         public static System.Data.Common.CommandTrees.DbExpression FromInt32(System.Nullable<int> value) { throw null; }
FromInt64(System.Nullable<long> value)409         public static System.Data.Common.CommandTrees.DbExpression FromInt64(System.Nullable<long> value) { throw null; }
FromSingle(System.Nullable<float> value)410         public static System.Data.Common.CommandTrees.DbExpression FromSingle(System.Nullable<float> value) { throw null; }
FromString(string value)411         public static System.Data.Common.CommandTrees.DbExpression FromString(string value) { throw null; }
GetHashCode()412         public override int GetHashCode() { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(byte[] value)413         public static implicit operator System.Data.Common.CommandTrees.DbExpression (byte[] value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Data.Spatial.DbGeography value)414         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Data.Spatial.DbGeography value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Data.Spatial.DbGeometry value)415         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Data.Spatial.DbGeometry value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Nullable<bool> value)416         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Nullable<bool> value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Nullable<byte> value)417         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Nullable<byte> value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Nullable<System.DateTimeOffset> value)418         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Nullable<System.DateTimeOffset> value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Nullable<System.DateTime> value)419         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Nullable<System.DateTime> value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Nullable<decimal> value)420         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Nullable<decimal> value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Nullable<double> value)421         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Nullable<double> value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Nullable<System.Guid> value)422         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Nullable<System.Guid> value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Nullable<short> value)423         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Nullable<short> value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Nullable<int> value)424         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Nullable<int> value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Nullable<long> value)425         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Nullable<long> value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(System.Nullable<float> value)426         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Nullable<float> value) { throw null; }
operator System.Data.Common.CommandTrees.DbExpression(string value)427         public static implicit operator System.Data.Common.CommandTrees.DbExpression (string value) { throw null; }
428     }
429     public sealed partial class DbExpressionBinding
430     {
DbExpressionBinding()431         internal DbExpressionBinding() { }
432         public System.Data.Common.CommandTrees.DbExpression Expression { get { throw null; } }
433         public System.Data.Common.CommandTrees.DbVariableReferenceExpression Variable { get { throw null; } }
434         public string VariableName { get { throw null; } }
435         public System.Data.Metadata.Edm.TypeUsage VariableType { get { throw null; } }
436     }
437     public enum DbExpressionKind
438     {
439         All = 0,
440         And = 1,
441         Any = 2,
442         Case = 3,
443         Cast = 4,
444         Constant = 5,
445         CrossApply = 6,
446         CrossJoin = 7,
447         Deref = 8,
448         Distinct = 9,
449         Divide = 10,
450         Element = 11,
451         EntityRef = 12,
452         Equals = 13,
453         Except = 14,
454         Filter = 15,
455         FullOuterJoin = 16,
456         Function = 17,
457         GreaterThan = 18,
458         GreaterThanOrEquals = 19,
459         GroupBy = 20,
460         InnerJoin = 21,
461         Intersect = 22,
462         IsEmpty = 23,
463         IsNull = 24,
464         IsOf = 25,
465         IsOfOnly = 26,
466         Lambda = 57,
467         LeftOuterJoin = 27,
468         LessThan = 28,
469         LessThanOrEquals = 29,
470         Like = 30,
471         Limit = 31,
472         Minus = 32,
473         Modulo = 33,
474         Multiply = 34,
475         NewInstance = 35,
476         Not = 36,
477         NotEquals = 37,
478         Null = 38,
479         OfType = 39,
480         OfTypeOnly = 40,
481         Or = 41,
482         OuterApply = 42,
483         ParameterReference = 43,
484         Plus = 44,
485         Project = 45,
486         Property = 46,
487         Ref = 47,
488         RefKey = 48,
489         RelationshipNavigation = 49,
490         Scan = 50,
491         Skip = 51,
492         Sort = 52,
493         Treat = 53,
494         UnaryMinus = 54,
495         UnionAll = 55,
496         VariableReference = 56,
497     }
498     public abstract partial class DbExpressionVisitor
499     {
DbExpressionVisitor()500         protected DbExpressionVisitor() { }
Visit(System.Data.Common.CommandTrees.DbAndExpression expression)501         public abstract void Visit(System.Data.Common.CommandTrees.DbAndExpression expression);
Visit(System.Data.Common.CommandTrees.DbApplyExpression expression)502         public abstract void Visit(System.Data.Common.CommandTrees.DbApplyExpression expression);
Visit(System.Data.Common.CommandTrees.DbArithmeticExpression expression)503         public abstract void Visit(System.Data.Common.CommandTrees.DbArithmeticExpression expression);
Visit(System.Data.Common.CommandTrees.DbCaseExpression expression)504         public abstract void Visit(System.Data.Common.CommandTrees.DbCaseExpression expression);
Visit(System.Data.Common.CommandTrees.DbCastExpression expression)505         public abstract void Visit(System.Data.Common.CommandTrees.DbCastExpression expression);
Visit(System.Data.Common.CommandTrees.DbComparisonExpression expression)506         public abstract void Visit(System.Data.Common.CommandTrees.DbComparisonExpression expression);
Visit(System.Data.Common.CommandTrees.DbConstantExpression expression)507         public abstract void Visit(System.Data.Common.CommandTrees.DbConstantExpression expression);
Visit(System.Data.Common.CommandTrees.DbCrossJoinExpression expression)508         public abstract void Visit(System.Data.Common.CommandTrees.DbCrossJoinExpression expression);
Visit(System.Data.Common.CommandTrees.DbDerefExpression expression)509         public abstract void Visit(System.Data.Common.CommandTrees.DbDerefExpression expression);
Visit(System.Data.Common.CommandTrees.DbDistinctExpression expression)510         public abstract void Visit(System.Data.Common.CommandTrees.DbDistinctExpression expression);
Visit(System.Data.Common.CommandTrees.DbElementExpression expression)511         public abstract void Visit(System.Data.Common.CommandTrees.DbElementExpression expression);
Visit(System.Data.Common.CommandTrees.DbEntityRefExpression expression)512         public abstract void Visit(System.Data.Common.CommandTrees.DbEntityRefExpression expression);
Visit(System.Data.Common.CommandTrees.DbExceptExpression expression)513         public abstract void Visit(System.Data.Common.CommandTrees.DbExceptExpression expression);
Visit(System.Data.Common.CommandTrees.DbExpression expression)514         public abstract void Visit(System.Data.Common.CommandTrees.DbExpression expression);
Visit(System.Data.Common.CommandTrees.DbFilterExpression expression)515         public abstract void Visit(System.Data.Common.CommandTrees.DbFilterExpression expression);
Visit(System.Data.Common.CommandTrees.DbFunctionExpression expression)516         public abstract void Visit(System.Data.Common.CommandTrees.DbFunctionExpression expression);
Visit(System.Data.Common.CommandTrees.DbGroupByExpression expression)517         public abstract void Visit(System.Data.Common.CommandTrees.DbGroupByExpression expression);
Visit(System.Data.Common.CommandTrees.DbIntersectExpression expression)518         public abstract void Visit(System.Data.Common.CommandTrees.DbIntersectExpression expression);
Visit(System.Data.Common.CommandTrees.DbIsEmptyExpression expression)519         public abstract void Visit(System.Data.Common.CommandTrees.DbIsEmptyExpression expression);
Visit(System.Data.Common.CommandTrees.DbIsNullExpression expression)520         public abstract void Visit(System.Data.Common.CommandTrees.DbIsNullExpression expression);
Visit(System.Data.Common.CommandTrees.DbIsOfExpression expression)521         public abstract void Visit(System.Data.Common.CommandTrees.DbIsOfExpression expression);
Visit(System.Data.Common.CommandTrees.DbJoinExpression expression)522         public abstract void Visit(System.Data.Common.CommandTrees.DbJoinExpression expression);
Visit(System.Data.Common.CommandTrees.DbLambdaExpression expression)523         public virtual void Visit(System.Data.Common.CommandTrees.DbLambdaExpression expression) { }
Visit(System.Data.Common.CommandTrees.DbLikeExpression expression)524         public abstract void Visit(System.Data.Common.CommandTrees.DbLikeExpression expression);
Visit(System.Data.Common.CommandTrees.DbLimitExpression expression)525         public abstract void Visit(System.Data.Common.CommandTrees.DbLimitExpression expression);
Visit(System.Data.Common.CommandTrees.DbNewInstanceExpression expression)526         public abstract void Visit(System.Data.Common.CommandTrees.DbNewInstanceExpression expression);
Visit(System.Data.Common.CommandTrees.DbNotExpression expression)527         public abstract void Visit(System.Data.Common.CommandTrees.DbNotExpression expression);
Visit(System.Data.Common.CommandTrees.DbNullExpression expression)528         public abstract void Visit(System.Data.Common.CommandTrees.DbNullExpression expression);
Visit(System.Data.Common.CommandTrees.DbOfTypeExpression expression)529         public abstract void Visit(System.Data.Common.CommandTrees.DbOfTypeExpression expression);
Visit(System.Data.Common.CommandTrees.DbOrExpression expression)530         public abstract void Visit(System.Data.Common.CommandTrees.DbOrExpression expression);
Visit(System.Data.Common.CommandTrees.DbParameterReferenceExpression expression)531         public abstract void Visit(System.Data.Common.CommandTrees.DbParameterReferenceExpression expression);
Visit(System.Data.Common.CommandTrees.DbProjectExpression expression)532         public abstract void Visit(System.Data.Common.CommandTrees.DbProjectExpression expression);
Visit(System.Data.Common.CommandTrees.DbPropertyExpression expression)533         public abstract void Visit(System.Data.Common.CommandTrees.DbPropertyExpression expression);
Visit(System.Data.Common.CommandTrees.DbQuantifierExpression expression)534         public abstract void Visit(System.Data.Common.CommandTrees.DbQuantifierExpression expression);
Visit(System.Data.Common.CommandTrees.DbRefExpression expression)535         public abstract void Visit(System.Data.Common.CommandTrees.DbRefExpression expression);
Visit(System.Data.Common.CommandTrees.DbRefKeyExpression expression)536         public abstract void Visit(System.Data.Common.CommandTrees.DbRefKeyExpression expression);
Visit(System.Data.Common.CommandTrees.DbRelationshipNavigationExpression expression)537         public abstract void Visit(System.Data.Common.CommandTrees.DbRelationshipNavigationExpression expression);
Visit(System.Data.Common.CommandTrees.DbScanExpression expression)538         public abstract void Visit(System.Data.Common.CommandTrees.DbScanExpression expression);
Visit(System.Data.Common.CommandTrees.DbSkipExpression expression)539         public abstract void Visit(System.Data.Common.CommandTrees.DbSkipExpression expression);
Visit(System.Data.Common.CommandTrees.DbSortExpression expression)540         public abstract void Visit(System.Data.Common.CommandTrees.DbSortExpression expression);
Visit(System.Data.Common.CommandTrees.DbTreatExpression expression)541         public abstract void Visit(System.Data.Common.CommandTrees.DbTreatExpression expression);
Visit(System.Data.Common.CommandTrees.DbUnionAllExpression expression)542         public abstract void Visit(System.Data.Common.CommandTrees.DbUnionAllExpression expression);
Visit(System.Data.Common.CommandTrees.DbVariableReferenceExpression expression)543         public abstract void Visit(System.Data.Common.CommandTrees.DbVariableReferenceExpression expression);
544     }
545     public abstract partial class DbExpressionVisitor<TResultType>
546     {
DbExpressionVisitor()547         protected DbExpressionVisitor() { }
Visit(System.Data.Common.CommandTrees.DbAndExpression expression)548         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbAndExpression expression);
Visit(System.Data.Common.CommandTrees.DbApplyExpression expression)549         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbApplyExpression expression);
Visit(System.Data.Common.CommandTrees.DbArithmeticExpression expression)550         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbArithmeticExpression expression);
Visit(System.Data.Common.CommandTrees.DbCaseExpression expression)551         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbCaseExpression expression);
Visit(System.Data.Common.CommandTrees.DbCastExpression expression)552         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbCastExpression expression);
Visit(System.Data.Common.CommandTrees.DbComparisonExpression expression)553         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbComparisonExpression expression);
Visit(System.Data.Common.CommandTrees.DbConstantExpression expression)554         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbConstantExpression expression);
Visit(System.Data.Common.CommandTrees.DbCrossJoinExpression expression)555         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbCrossJoinExpression expression);
Visit(System.Data.Common.CommandTrees.DbDerefExpression expression)556         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbDerefExpression expression);
Visit(System.Data.Common.CommandTrees.DbDistinctExpression expression)557         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbDistinctExpression expression);
Visit(System.Data.Common.CommandTrees.DbElementExpression expression)558         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbElementExpression expression);
Visit(System.Data.Common.CommandTrees.DbEntityRefExpression expression)559         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbEntityRefExpression expression);
Visit(System.Data.Common.CommandTrees.DbExceptExpression expression)560         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbExceptExpression expression);
Visit(System.Data.Common.CommandTrees.DbExpression expression)561         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbExpression expression);
Visit(System.Data.Common.CommandTrees.DbFilterExpression expression)562         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbFilterExpression expression);
Visit(System.Data.Common.CommandTrees.DbFunctionExpression expression)563         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbFunctionExpression expression);
Visit(System.Data.Common.CommandTrees.DbGroupByExpression expression)564         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbGroupByExpression expression);
Visit(System.Data.Common.CommandTrees.DbIntersectExpression expression)565         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbIntersectExpression expression);
Visit(System.Data.Common.CommandTrees.DbIsEmptyExpression expression)566         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbIsEmptyExpression expression);
Visit(System.Data.Common.CommandTrees.DbIsNullExpression expression)567         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbIsNullExpression expression);
Visit(System.Data.Common.CommandTrees.DbIsOfExpression expression)568         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbIsOfExpression expression);
Visit(System.Data.Common.CommandTrees.DbJoinExpression expression)569         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbJoinExpression expression);
Visit(System.Data.Common.CommandTrees.DbLambdaExpression expression)570         public virtual TResultType Visit(System.Data.Common.CommandTrees.DbLambdaExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbLikeExpression expression)571         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbLikeExpression expression);
Visit(System.Data.Common.CommandTrees.DbLimitExpression expression)572         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbLimitExpression expression);
Visit(System.Data.Common.CommandTrees.DbNewInstanceExpression expression)573         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbNewInstanceExpression expression);
Visit(System.Data.Common.CommandTrees.DbNotExpression expression)574         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbNotExpression expression);
Visit(System.Data.Common.CommandTrees.DbNullExpression expression)575         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbNullExpression expression);
Visit(System.Data.Common.CommandTrees.DbOfTypeExpression expression)576         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbOfTypeExpression expression);
Visit(System.Data.Common.CommandTrees.DbOrExpression expression)577         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbOrExpression expression);
Visit(System.Data.Common.CommandTrees.DbParameterReferenceExpression expression)578         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbParameterReferenceExpression expression);
Visit(System.Data.Common.CommandTrees.DbProjectExpression expression)579         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbProjectExpression expression);
Visit(System.Data.Common.CommandTrees.DbPropertyExpression expression)580         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbPropertyExpression expression);
Visit(System.Data.Common.CommandTrees.DbQuantifierExpression expression)581         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbQuantifierExpression expression);
Visit(System.Data.Common.CommandTrees.DbRefExpression expression)582         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbRefExpression expression);
Visit(System.Data.Common.CommandTrees.DbRefKeyExpression expression)583         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbRefKeyExpression expression);
Visit(System.Data.Common.CommandTrees.DbRelationshipNavigationExpression expression)584         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbRelationshipNavigationExpression expression);
Visit(System.Data.Common.CommandTrees.DbScanExpression expression)585         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbScanExpression expression);
Visit(System.Data.Common.CommandTrees.DbSkipExpression expression)586         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbSkipExpression expression);
Visit(System.Data.Common.CommandTrees.DbSortExpression expression)587         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbSortExpression expression);
Visit(System.Data.Common.CommandTrees.DbTreatExpression expression)588         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbTreatExpression expression);
Visit(System.Data.Common.CommandTrees.DbUnionAllExpression expression)589         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbUnionAllExpression expression);
Visit(System.Data.Common.CommandTrees.DbVariableReferenceExpression expression)590         public abstract TResultType Visit(System.Data.Common.CommandTrees.DbVariableReferenceExpression expression);
591     }
592     public sealed partial class DbFilterExpression : System.Data.Common.CommandTrees.DbExpression
593     {
DbFilterExpression()594         internal DbFilterExpression() { }
595         public System.Data.Common.CommandTrees.DbExpressionBinding Input { get { throw null; } }
596         public System.Data.Common.CommandTrees.DbExpression Predicate { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)597         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)598         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
599     }
600     public sealed partial class DbFunctionAggregate : System.Data.Common.CommandTrees.DbAggregate
601     {
DbFunctionAggregate()602         internal DbFunctionAggregate() { }
603         public bool Distinct { get { throw null; } }
604         public System.Data.Metadata.Edm.EdmFunction Function { get { throw null; } }
605     }
606     public sealed partial class DbFunctionCommandTree : System.Data.Common.CommandTrees.DbCommandTree
607     {
DbFunctionCommandTree()608         internal DbFunctionCommandTree() { }
609         public System.Data.Metadata.Edm.EdmFunction EdmFunction { get { throw null; } }
610         public System.Data.Metadata.Edm.TypeUsage ResultType { get { throw null; } }
611     }
612     public sealed partial class DbFunctionExpression : System.Data.Common.CommandTrees.DbExpression
613     {
DbFunctionExpression()614         internal DbFunctionExpression() { }
615         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Arguments { get { throw null; } }
616         public System.Data.Metadata.Edm.EdmFunction Function { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)617         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)618         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
619     }
620     public sealed partial class DbGroupAggregate : System.Data.Common.CommandTrees.DbAggregate
621     {
DbGroupAggregate()622         internal DbGroupAggregate() { }
623     }
624     public sealed partial class DbGroupByExpression : System.Data.Common.CommandTrees.DbExpression
625     {
DbGroupByExpression()626         internal DbGroupByExpression() { }
627         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbAggregate> Aggregates { get { throw null; } }
628         public System.Data.Common.CommandTrees.DbGroupExpressionBinding Input { get { throw null; } }
629         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Keys { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)630         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)631         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
632     }
633     public sealed partial class DbGroupExpressionBinding
634     {
DbGroupExpressionBinding()635         internal DbGroupExpressionBinding() { }
636         public System.Data.Common.CommandTrees.DbExpression Expression { get { throw null; } }
637         public System.Data.Common.CommandTrees.DbGroupAggregate GroupAggregate { get { throw null; } }
638         public System.Data.Common.CommandTrees.DbVariableReferenceExpression GroupVariable { get { throw null; } }
639         public string GroupVariableName { get { throw null; } }
640         public System.Data.Metadata.Edm.TypeUsage GroupVariableType { get { throw null; } }
641         public System.Data.Common.CommandTrees.DbVariableReferenceExpression Variable { get { throw null; } }
642         public string VariableName { get { throw null; } }
643         public System.Data.Metadata.Edm.TypeUsage VariableType { get { throw null; } }
644     }
645     public sealed partial class DbInsertCommandTree : System.Data.Common.CommandTrees.DbModificationCommandTree
646     {
DbInsertCommandTree()647         internal DbInsertCommandTree() { }
648         public System.Data.Common.CommandTrees.DbExpression Returning { get { throw null; } }
649         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbModificationClause> SetClauses { get { throw null; } }
650     }
651     public sealed partial class DbIntersectExpression : System.Data.Common.CommandTrees.DbBinaryExpression
652     {
DbIntersectExpression()653         internal DbIntersectExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)654         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)655         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
656     }
657     public sealed partial class DbIsEmptyExpression : System.Data.Common.CommandTrees.DbUnaryExpression
658     {
DbIsEmptyExpression()659         internal DbIsEmptyExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)660         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)661         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
662     }
663     public sealed partial class DbIsNullExpression : System.Data.Common.CommandTrees.DbUnaryExpression
664     {
DbIsNullExpression()665         internal DbIsNullExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)666         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)667         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
668     }
669     public sealed partial class DbIsOfExpression : System.Data.Common.CommandTrees.DbUnaryExpression
670     {
DbIsOfExpression()671         internal DbIsOfExpression() { }
672         public System.Data.Metadata.Edm.TypeUsage OfType { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)673         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)674         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
675     }
676     public sealed partial class DbJoinExpression : System.Data.Common.CommandTrees.DbExpression
677     {
DbJoinExpression()678         internal DbJoinExpression() { }
679         public System.Data.Common.CommandTrees.DbExpression JoinCondition { get { throw null; } }
680         public System.Data.Common.CommandTrees.DbExpressionBinding Left { get { throw null; } }
681         public System.Data.Common.CommandTrees.DbExpressionBinding Right { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)682         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)683         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
684     }
685     public sealed partial class DbLambda
686     {
DbLambda()687         internal DbLambda() { }
688         public System.Data.Common.CommandTrees.DbExpression Body { get { throw null; } }
689         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbVariableReferenceExpression> Variables { get { throw null; } }
Create(System.Data.Common.CommandTrees.DbExpression body, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbVariableReferenceExpression> variables)690         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Common.CommandTrees.DbExpression body, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbVariableReferenceExpression> variables) { throw null; }
Create(System.Data.Common.CommandTrees.DbExpression body, params System.Data.Common.CommandTrees.DbVariableReferenceExpression[] variables)691         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Common.CommandTrees.DbExpression body, params System.Data.Common.CommandTrees.DbVariableReferenceExpression[] variables) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, System.Data.Metadata.Edm.TypeUsage argument14Type, System.Data.Metadata.Edm.TypeUsage argument15Type, System.Data.Metadata.Edm.TypeUsage argument16Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)692         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, System.Data.Metadata.Edm.TypeUsage argument14Type, System.Data.Metadata.Edm.TypeUsage argument15Type, System.Data.Metadata.Edm.TypeUsage argument16Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, System.Data.Metadata.Edm.TypeUsage argument14Type, System.Data.Metadata.Edm.TypeUsage argument15Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)693         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, System.Data.Metadata.Edm.TypeUsage argument14Type, System.Data.Metadata.Edm.TypeUsage argument15Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, System.Data.Metadata.Edm.TypeUsage argument14Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)694         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, System.Data.Metadata.Edm.TypeUsage argument14Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)695         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Data.Metadata.Edm.TypeUsage argument13Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)696         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Data.Metadata.Edm.TypeUsage argument12Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)697         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Data.Metadata.Edm.TypeUsage argument11Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)698         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Data.Metadata.Edm.TypeUsage argument10Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)699         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Data.Metadata.Edm.TypeUsage argument9Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)700         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Data.Metadata.Edm.TypeUsage argument8Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)701         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Data.Metadata.Edm.TypeUsage argument7Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)702         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Data.Metadata.Edm.TypeUsage argument6Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)703         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Data.Metadata.Edm.TypeUsage argument5Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)704         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Data.Metadata.Edm.TypeUsage argument4Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)705         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Data.Metadata.Edm.TypeUsage argument3Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)706         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Data.Metadata.Edm.TypeUsage argument2Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction)707         public static System.Data.Common.CommandTrees.DbLambda Create(System.Data.Metadata.Edm.TypeUsage argument1Type, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> lambdaFunction) { throw null; }
708     }
709     public sealed partial class DbLambdaExpression : System.Data.Common.CommandTrees.DbExpression
710     {
DbLambdaExpression()711         internal DbLambdaExpression() { }
712         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Arguments { get { throw null; } }
713         public System.Data.Common.CommandTrees.DbLambda Lambda { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)714         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)715         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
716     }
717     public sealed partial class DbLikeExpression : System.Data.Common.CommandTrees.DbExpression
718     {
DbLikeExpression()719         internal DbLikeExpression() { }
720         public System.Data.Common.CommandTrees.DbExpression Argument { get { throw null; } }
721         public System.Data.Common.CommandTrees.DbExpression Escape { get { throw null; } }
722         public System.Data.Common.CommandTrees.DbExpression Pattern { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)723         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)724         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
725     }
726     public sealed partial class DbLimitExpression : System.Data.Common.CommandTrees.DbExpression
727     {
DbLimitExpression()728         internal DbLimitExpression() { }
729         public System.Data.Common.CommandTrees.DbExpression Argument { get { throw null; } }
730         public System.Data.Common.CommandTrees.DbExpression Limit { get { throw null; } }
731         public bool WithTies { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)732         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)733         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
734     }
735     public abstract partial class DbModificationClause
736     {
DbModificationClause()737         internal DbModificationClause() { }
738     }
739     public abstract partial class DbModificationCommandTree : System.Data.Common.CommandTrees.DbCommandTree
740     {
DbModificationCommandTree()741         internal DbModificationCommandTree() { }
742         public System.Data.Common.CommandTrees.DbExpressionBinding Target { get { throw null; } }
743     }
744     public sealed partial class DbNewInstanceExpression : System.Data.Common.CommandTrees.DbExpression
745     {
DbNewInstanceExpression()746         internal DbNewInstanceExpression() { }
747         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> Arguments { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)748         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)749         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
750     }
751     public sealed partial class DbNotExpression : System.Data.Common.CommandTrees.DbUnaryExpression
752     {
DbNotExpression()753         internal DbNotExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)754         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)755         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
756     }
757     public sealed partial class DbNullExpression : System.Data.Common.CommandTrees.DbExpression
758     {
DbNullExpression()759         internal DbNullExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)760         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)761         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
762     }
763     public sealed partial class DbOfTypeExpression : System.Data.Common.CommandTrees.DbUnaryExpression
764     {
DbOfTypeExpression()765         internal DbOfTypeExpression() { }
766         public System.Data.Metadata.Edm.TypeUsage OfType { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)767         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)768         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
769     }
770     public sealed partial class DbOrExpression : System.Data.Common.CommandTrees.DbBinaryExpression
771     {
DbOrExpression()772         internal DbOrExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)773         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)774         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
775     }
776     public sealed partial class DbParameterReferenceExpression : System.Data.Common.CommandTrees.DbExpression
777     {
DbParameterReferenceExpression()778         internal DbParameterReferenceExpression() { }
779         public string ParameterName { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)780         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)781         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
782     }
783     public sealed partial class DbProjectExpression : System.Data.Common.CommandTrees.DbExpression
784     {
DbProjectExpression()785         internal DbProjectExpression() { }
786         public System.Data.Common.CommandTrees.DbExpressionBinding Input { get { throw null; } }
787         public System.Data.Common.CommandTrees.DbExpression Projection { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)788         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)789         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
790     }
791     public sealed partial class DbPropertyExpression : System.Data.Common.CommandTrees.DbExpression
792     {
DbPropertyExpression()793         internal DbPropertyExpression() { }
794         public System.Data.Common.CommandTrees.DbExpression Instance { get { throw null; } }
795         public System.Data.Metadata.Edm.EdmMember Property { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)796         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)797         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
operator System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>(System.Data.Common.CommandTrees.DbPropertyExpression value)798         public static implicit operator System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression> (System.Data.Common.CommandTrees.DbPropertyExpression value) { throw null; }
ToKeyValuePair()799         public System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression> ToKeyValuePair() { throw null; }
800     }
801     public sealed partial class DbQuantifierExpression : System.Data.Common.CommandTrees.DbExpression
802     {
DbQuantifierExpression()803         internal DbQuantifierExpression() { }
804         public System.Data.Common.CommandTrees.DbExpressionBinding Input { get { throw null; } }
805         public System.Data.Common.CommandTrees.DbExpression Predicate { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)806         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)807         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
808     }
809     public sealed partial class DbQueryCommandTree : System.Data.Common.CommandTrees.DbCommandTree
810     {
DbQueryCommandTree()811         internal DbQueryCommandTree() { }
812         public System.Data.Common.CommandTrees.DbExpression Query { get { throw null; } }
813     }
814     public sealed partial class DbRefExpression : System.Data.Common.CommandTrees.DbUnaryExpression
815     {
DbRefExpression()816         internal DbRefExpression() { }
817         public System.Data.Metadata.Edm.EntitySet EntitySet { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)818         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)819         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
820     }
821     public sealed partial class DbRefKeyExpression : System.Data.Common.CommandTrees.DbUnaryExpression
822     {
DbRefKeyExpression()823         internal DbRefKeyExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)824         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)825         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
826     }
827     public sealed partial class DbRelationshipNavigationExpression : System.Data.Common.CommandTrees.DbExpression
828     {
DbRelationshipNavigationExpression()829         internal DbRelationshipNavigationExpression() { }
830         public System.Data.Metadata.Edm.RelationshipEndMember NavigateFrom { get { throw null; } }
831         public System.Data.Metadata.Edm.RelationshipEndMember NavigateTo { get { throw null; } }
832         public System.Data.Common.CommandTrees.DbExpression NavigationSource { get { throw null; } }
833         public System.Data.Metadata.Edm.RelationshipType Relationship { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)834         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)835         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
836     }
837     public sealed partial class DbScanExpression : System.Data.Common.CommandTrees.DbExpression
838     {
DbScanExpression()839         internal DbScanExpression() { }
840         public System.Data.Metadata.Edm.EntitySetBase Target { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)841         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)842         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
843     }
844     public sealed partial class DbSetClause : System.Data.Common.CommandTrees.DbModificationClause
845     {
DbSetClause()846         internal DbSetClause() { }
847         public System.Data.Common.CommandTrees.DbExpression Property { get { throw null; } }
848         public System.Data.Common.CommandTrees.DbExpression Value { get { throw null; } }
849     }
850     public sealed partial class DbSkipExpression : System.Data.Common.CommandTrees.DbExpression
851     {
DbSkipExpression()852         internal DbSkipExpression() { }
853         public System.Data.Common.CommandTrees.DbExpression Count { get { throw null; } }
854         public System.Data.Common.CommandTrees.DbExpressionBinding Input { get { throw null; } }
855         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause> SortOrder { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)856         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)857         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
858     }
859     public sealed partial class DbSortClause
860     {
DbSortClause()861         internal DbSortClause() { }
862         public bool Ascending { get { throw null; } }
863         public string Collation { get { throw null; } }
864         public System.Data.Common.CommandTrees.DbExpression Expression { get { throw null; } }
865     }
866     public sealed partial class DbSortExpression : System.Data.Common.CommandTrees.DbExpression
867     {
DbSortExpression()868         internal DbSortExpression() { }
869         public System.Data.Common.CommandTrees.DbExpressionBinding Input { get { throw null; } }
870         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause> SortOrder { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)871         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)872         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
873     }
874     public sealed partial class DbTreatExpression : System.Data.Common.CommandTrees.DbUnaryExpression
875     {
DbTreatExpression()876         internal DbTreatExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)877         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)878         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
879     }
880     public abstract partial class DbUnaryExpression : System.Data.Common.CommandTrees.DbExpression
881     {
DbUnaryExpression()882         internal DbUnaryExpression() { }
883         public System.Data.Common.CommandTrees.DbExpression Argument { get { throw null; } }
884     }
885     public sealed partial class DbUnionAllExpression : System.Data.Common.CommandTrees.DbBinaryExpression
886     {
DbUnionAllExpression()887         internal DbUnionAllExpression() { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)888         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)889         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
890     }
891     public sealed partial class DbUpdateCommandTree : System.Data.Common.CommandTrees.DbModificationCommandTree
892     {
DbUpdateCommandTree()893         internal DbUpdateCommandTree() { }
894         public System.Data.Common.CommandTrees.DbExpression Predicate { get { throw null; } }
895         public System.Data.Common.CommandTrees.DbExpression Returning { get { throw null; } }
896         public System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbModificationClause> SetClauses { get { throw null; } }
897     }
898     public sealed partial class DbVariableReferenceExpression : System.Data.Common.CommandTrees.DbExpression
899     {
DbVariableReferenceExpression()900         internal DbVariableReferenceExpression() { }
901         public string VariableName { get { throw null; } }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor)902         public override void Accept(System.Data.Common.CommandTrees.DbExpressionVisitor visitor) { }
Accept(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor)903         public override TResultType Accept<TResultType>(System.Data.Common.CommandTrees.DbExpressionVisitor<TResultType> visitor) { throw null; }
904     }
905     public partial class DefaultExpressionVisitor : System.Data.Common.CommandTrees.DbExpressionVisitor<System.Data.Common.CommandTrees.DbExpression>
906     {
DefaultExpressionVisitor()907         protected DefaultExpressionVisitor() { }
OnEnterScope(System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbVariableReferenceExpression> scopeVariables)908         protected virtual void OnEnterScope(System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbVariableReferenceExpression> scopeVariables) { }
OnExitScope()909         protected virtual void OnExitScope() { }
OnExpressionReplaced(System.Data.Common.CommandTrees.DbExpression oldExpression, System.Data.Common.CommandTrees.DbExpression newExpression)910         protected virtual void OnExpressionReplaced(System.Data.Common.CommandTrees.DbExpression oldExpression, System.Data.Common.CommandTrees.DbExpression newExpression) { }
OnVariableRebound(System.Data.Common.CommandTrees.DbVariableReferenceExpression fromVarRef, System.Data.Common.CommandTrees.DbVariableReferenceExpression toVarRef)911         protected virtual void OnVariableRebound(System.Data.Common.CommandTrees.DbVariableReferenceExpression fromVarRef, System.Data.Common.CommandTrees.DbVariableReferenceExpression toVarRef) { }
Visit(System.Data.Common.CommandTrees.DbAndExpression expression)912         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbAndExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbApplyExpression expression)913         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbApplyExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbArithmeticExpression expression)914         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbArithmeticExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbCaseExpression expression)915         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbCaseExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbCastExpression expression)916         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbCastExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbComparisonExpression expression)917         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbComparisonExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbConstantExpression expression)918         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbConstantExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbCrossJoinExpression expression)919         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbCrossJoinExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbDerefExpression expression)920         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbDerefExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbDistinctExpression expression)921         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbDistinctExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbElementExpression expression)922         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbElementExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbEntityRefExpression expression)923         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbEntityRefExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbExceptExpression expression)924         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbExceptExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbExpression expression)925         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbFilterExpression expression)926         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbFilterExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbFunctionExpression expression)927         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbFunctionExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbGroupByExpression expression)928         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbGroupByExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbIntersectExpression expression)929         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbIntersectExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbIsEmptyExpression expression)930         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbIsEmptyExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbIsNullExpression expression)931         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbIsNullExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbIsOfExpression expression)932         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbIsOfExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbJoinExpression expression)933         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbJoinExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbLambdaExpression expression)934         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbLambdaExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbLikeExpression expression)935         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbLikeExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbLimitExpression expression)936         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbLimitExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbNewInstanceExpression expression)937         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbNewInstanceExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbNotExpression expression)938         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbNotExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbNullExpression expression)939         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbNullExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbOfTypeExpression expression)940         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbOfTypeExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbOrExpression expression)941         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbOrExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbParameterReferenceExpression expression)942         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbParameterReferenceExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbProjectExpression expression)943         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbProjectExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbPropertyExpression expression)944         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbPropertyExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbQuantifierExpression expression)945         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbQuantifierExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbRefExpression expression)946         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbRefExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbRefKeyExpression expression)947         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbRefKeyExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbRelationshipNavigationExpression expression)948         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbRelationshipNavigationExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbScanExpression expression)949         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbScanExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbSkipExpression expression)950         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbSkipExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbSortExpression expression)951         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbSortExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbTreatExpression expression)952         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbTreatExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbUnionAllExpression expression)953         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbUnionAllExpression expression) { throw null; }
Visit(System.Data.Common.CommandTrees.DbVariableReferenceExpression expression)954         public override System.Data.Common.CommandTrees.DbExpression Visit(System.Data.Common.CommandTrees.DbVariableReferenceExpression expression) { throw null; }
VisitAggregate(System.Data.Common.CommandTrees.DbAggregate aggregate)955         protected virtual System.Data.Common.CommandTrees.DbAggregate VisitAggregate(System.Data.Common.CommandTrees.DbAggregate aggregate) { throw null; }
VisitEntitySet(System.Data.Metadata.Edm.EntitySetBase entitySet)956         protected virtual System.Data.Metadata.Edm.EntitySetBase VisitEntitySet(System.Data.Metadata.Edm.EntitySetBase entitySet) { throw null; }
VisitExpression(System.Data.Common.CommandTrees.DbExpression expression)957         protected virtual System.Data.Common.CommandTrees.DbExpression VisitExpression(System.Data.Common.CommandTrees.DbExpression expression) { throw null; }
VisitExpressionBinding(System.Data.Common.CommandTrees.DbExpressionBinding binding)958         protected virtual System.Data.Common.CommandTrees.DbExpressionBinding VisitExpressionBinding(System.Data.Common.CommandTrees.DbExpressionBinding binding) { throw null; }
VisitExpressionBindingList(System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpressionBinding> list)959         protected virtual System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpressionBinding> VisitExpressionBindingList(System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpressionBinding> list) { throw null; }
VisitExpressionList(System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> list)960         protected virtual System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> VisitExpressionList(System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbExpression> list) { throw null; }
VisitFunction(System.Data.Metadata.Edm.EdmFunction functionMetadata)961         protected virtual System.Data.Metadata.Edm.EdmFunction VisitFunction(System.Data.Metadata.Edm.EdmFunction functionMetadata) { throw null; }
VisitFunctionAggregate(System.Data.Common.CommandTrees.DbFunctionAggregate aggregate)962         protected virtual System.Data.Common.CommandTrees.DbFunctionAggregate VisitFunctionAggregate(System.Data.Common.CommandTrees.DbFunctionAggregate aggregate) { throw null; }
VisitGroupAggregate(System.Data.Common.CommandTrees.DbGroupAggregate aggregate)963         protected virtual System.Data.Common.CommandTrees.DbGroupAggregate VisitGroupAggregate(System.Data.Common.CommandTrees.DbGroupAggregate aggregate) { throw null; }
VisitGroupExpressionBinding(System.Data.Common.CommandTrees.DbGroupExpressionBinding binding)964         protected virtual System.Data.Common.CommandTrees.DbGroupExpressionBinding VisitGroupExpressionBinding(System.Data.Common.CommandTrees.DbGroupExpressionBinding binding) { throw null; }
VisitLambda(System.Data.Common.CommandTrees.DbLambda lambda)965         protected virtual System.Data.Common.CommandTrees.DbLambda VisitLambda(System.Data.Common.CommandTrees.DbLambda lambda) { throw null; }
VisitSortClause(System.Data.Common.CommandTrees.DbSortClause clause)966         protected virtual System.Data.Common.CommandTrees.DbSortClause VisitSortClause(System.Data.Common.CommandTrees.DbSortClause clause) { throw null; }
VisitSortOrder(System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause> sortOrder)967         protected virtual System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause> VisitSortOrder(System.Collections.Generic.IList<System.Data.Common.CommandTrees.DbSortClause> sortOrder) { throw null; }
VisitType(System.Data.Metadata.Edm.EdmType type)968         protected virtual System.Data.Metadata.Edm.EdmType VisitType(System.Data.Metadata.Edm.EdmType type) { throw null; }
VisitTypeUsage(System.Data.Metadata.Edm.TypeUsage type)969         protected virtual System.Data.Metadata.Edm.TypeUsage VisitTypeUsage(System.Data.Metadata.Edm.TypeUsage type) { throw null; }
970     }
971 }
972 namespace System.Data.Common.CommandTrees.ExpressionBuilder
973 {
974     public static partial class DbExpressionBuilder
975     {
976         public static System.Data.Common.CommandTrees.DbConstantExpression False { get { throw null; } }
977         public static System.Data.Common.CommandTrees.DbConstantExpression True { get { throw null; } }
Aggregate(this System.Data.Metadata.Edm.EdmFunction function, System.Data.Common.CommandTrees.DbExpression argument)978         public static System.Data.Common.CommandTrees.DbFunctionAggregate Aggregate(this System.Data.Metadata.Edm.EdmFunction function, System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
AggregateDistinct(this System.Data.Metadata.Edm.EdmFunction function, System.Data.Common.CommandTrees.DbExpression argument)979         public static System.Data.Common.CommandTrees.DbFunctionAggregate AggregateDistinct(this System.Data.Metadata.Edm.EdmFunction function, System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
All(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> predicate)980         public static System.Data.Common.CommandTrees.DbQuantifierExpression All(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> predicate) { throw null; }
All(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression predicate)981         public static System.Data.Common.CommandTrees.DbQuantifierExpression All(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression predicate) { throw null; }
And(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)982         public static System.Data.Common.CommandTrees.DbAndExpression And(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Any(this System.Data.Common.CommandTrees.DbExpression source)983         public static System.Data.Common.CommandTrees.DbExpression Any(this System.Data.Common.CommandTrees.DbExpression source) { throw null; }
Any(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> predicate)984         public static System.Data.Common.CommandTrees.DbQuantifierExpression Any(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> predicate) { throw null; }
Any(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression predicate)985         public static System.Data.Common.CommandTrees.DbQuantifierExpression Any(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression predicate) { throw null; }
As(this System.Data.Common.CommandTrees.DbAggregate value, string alias)986         public static System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbAggregate> As(this System.Data.Common.CommandTrees.DbAggregate value, string alias) { throw null; }
As(this System.Data.Common.CommandTrees.DbExpression value, string alias)987         public static System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression> As(this System.Data.Common.CommandTrees.DbExpression value, string alias) { throw null; }
Bind(this System.Data.Common.CommandTrees.DbExpression input)988         public static System.Data.Common.CommandTrees.DbExpressionBinding Bind(this System.Data.Common.CommandTrees.DbExpression input) { throw null; }
BindAs(this System.Data.Common.CommandTrees.DbExpression input, string varName)989         public static System.Data.Common.CommandTrees.DbExpressionBinding BindAs(this System.Data.Common.CommandTrees.DbExpression input, string varName) { throw null; }
Case(System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> whenExpressions, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> thenExpressions, System.Data.Common.CommandTrees.DbExpression elseExpression)990         public static System.Data.Common.CommandTrees.DbCaseExpression Case(System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> whenExpressions, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> thenExpressions, System.Data.Common.CommandTrees.DbExpression elseExpression) { throw null; }
CastTo(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage toType)991         public static System.Data.Common.CommandTrees.DbCastExpression CastTo(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage toType) { throw null; }
Constant(this System.Data.Metadata.Edm.TypeUsage constantType, object value)992         public static System.Data.Common.CommandTrees.DbConstantExpression Constant(this System.Data.Metadata.Edm.TypeUsage constantType, object value) { throw null; }
Constant(object value)993         public static System.Data.Common.CommandTrees.DbConstantExpression Constant(object value) { throw null; }
CreateRef(this System.Data.Metadata.Edm.EntitySet entitySet, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> keyValues)994         public static System.Data.Common.CommandTrees.DbRefExpression CreateRef(this System.Data.Metadata.Edm.EntitySet entitySet, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> keyValues) { throw null; }
CreateRef(this System.Data.Metadata.Edm.EntitySet entitySet, params System.Data.Common.CommandTrees.DbExpression[] keyValues)995         public static System.Data.Common.CommandTrees.DbRefExpression CreateRef(this System.Data.Metadata.Edm.EntitySet entitySet, params System.Data.Common.CommandTrees.DbExpression[] keyValues) { throw null; }
CreateRef(this System.Data.Metadata.Edm.EntitySet entitySet, System.Data.Metadata.Edm.EntityType entityType, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> keyValues)996         public static System.Data.Common.CommandTrees.DbRefExpression CreateRef(this System.Data.Metadata.Edm.EntitySet entitySet, System.Data.Metadata.Edm.EntityType entityType, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> keyValues) { throw null; }
CreateRef(this System.Data.Metadata.Edm.EntitySet entitySet, System.Data.Metadata.Edm.EntityType entityType, params System.Data.Common.CommandTrees.DbExpression[] keyValues)997         public static System.Data.Common.CommandTrees.DbRefExpression CreateRef(this System.Data.Metadata.Edm.EntitySet entitySet, System.Data.Metadata.Edm.EntityType entityType, params System.Data.Common.CommandTrees.DbExpression[] keyValues) { throw null; }
CrossApply(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>> apply)998         public static System.Data.Common.CommandTrees.DbApplyExpression CrossApply(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>> apply) { throw null; }
CrossApply(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpressionBinding apply)999         public static System.Data.Common.CommandTrees.DbApplyExpression CrossApply(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpressionBinding apply) { throw null; }
CrossJoin(System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpressionBinding> inputs)1000         public static System.Data.Common.CommandTrees.DbCrossJoinExpression CrossJoin(System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpressionBinding> inputs) { throw null; }
Deref(this System.Data.Common.CommandTrees.DbExpression argument)1001         public static System.Data.Common.CommandTrees.DbDerefExpression Deref(this System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
Distinct(this System.Data.Common.CommandTrees.DbExpression argument)1002         public static System.Data.Common.CommandTrees.DbDistinctExpression Distinct(this System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
Divide(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1003         public static System.Data.Common.CommandTrees.DbArithmeticExpression Divide(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Element(this System.Data.Common.CommandTrees.DbExpression argument)1004         public static System.Data.Common.CommandTrees.DbElementExpression Element(this System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
Equal(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1005         public static System.Data.Common.CommandTrees.DbComparisonExpression Equal(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Except(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1006         public static System.Data.Common.CommandTrees.DbExceptExpression Except(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Exists(this System.Data.Common.CommandTrees.DbExpression argument)1007         public static System.Data.Common.CommandTrees.DbExpression Exists(this System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
Filter(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression predicate)1008         public static System.Data.Common.CommandTrees.DbFilterExpression Filter(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression predicate) { throw null; }
FullOuterJoin(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> joinCondition)1009         public static System.Data.Common.CommandTrees.DbJoinExpression FullOuterJoin(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> joinCondition) { throw null; }
FullOuterJoin(this System.Data.Common.CommandTrees.DbExpressionBinding left, System.Data.Common.CommandTrees.DbExpressionBinding right, System.Data.Common.CommandTrees.DbExpression joinCondition)1010         public static System.Data.Common.CommandTrees.DbJoinExpression FullOuterJoin(this System.Data.Common.CommandTrees.DbExpressionBinding left, System.Data.Common.CommandTrees.DbExpressionBinding right, System.Data.Common.CommandTrees.DbExpression joinCondition) { throw null; }
GetEntityRef(this System.Data.Common.CommandTrees.DbExpression argument)1011         public static System.Data.Common.CommandTrees.DbEntityRefExpression GetEntityRef(this System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
GetRefKey(this System.Data.Common.CommandTrees.DbExpression argument)1012         public static System.Data.Common.CommandTrees.DbRefKeyExpression GetRefKey(this System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
GreaterThan(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1013         public static System.Data.Common.CommandTrees.DbComparisonExpression GreaterThan(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
GreaterThanOrEqual(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1014         public static System.Data.Common.CommandTrees.DbComparisonExpression GreaterThanOrEqual(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
GroupBind(this System.Data.Common.CommandTrees.DbExpression input)1015         public static System.Data.Common.CommandTrees.DbGroupExpressionBinding GroupBind(this System.Data.Common.CommandTrees.DbExpression input) { throw null; }
GroupBindAs(this System.Data.Common.CommandTrees.DbExpression input, string varName, string groupVarName)1016         public static System.Data.Common.CommandTrees.DbGroupExpressionBinding GroupBindAs(this System.Data.Common.CommandTrees.DbExpression input, string varName, string groupVarName) { throw null; }
GroupBy(this System.Data.Common.CommandTrees.DbGroupExpressionBinding input, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>> keys, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbAggregate>> aggregates)1017         public static System.Data.Common.CommandTrees.DbGroupByExpression GroupBy(this System.Data.Common.CommandTrees.DbGroupExpressionBinding input, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>> keys, System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbAggregate>> aggregates) { throw null; }
InnerJoin(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> joinCondition)1018         public static System.Data.Common.CommandTrees.DbJoinExpression InnerJoin(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> joinCondition) { throw null; }
InnerJoin(this System.Data.Common.CommandTrees.DbExpressionBinding left, System.Data.Common.CommandTrees.DbExpressionBinding right, System.Data.Common.CommandTrees.DbExpression joinCondition)1019         public static System.Data.Common.CommandTrees.DbJoinExpression InnerJoin(this System.Data.Common.CommandTrees.DbExpressionBinding left, System.Data.Common.CommandTrees.DbExpressionBinding right, System.Data.Common.CommandTrees.DbExpression joinCondition) { throw null; }
Intersect(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1020         public static System.Data.Common.CommandTrees.DbIntersectExpression Intersect(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Invoke(this System.Data.Common.CommandTrees.DbLambda lambda, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> arguments)1021         public static System.Data.Common.CommandTrees.DbLambdaExpression Invoke(this System.Data.Common.CommandTrees.DbLambda lambda, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> arguments) { throw null; }
Invoke(this System.Data.Common.CommandTrees.DbLambda lambda, params System.Data.Common.CommandTrees.DbExpression[] arguments)1022         public static System.Data.Common.CommandTrees.DbLambdaExpression Invoke(this System.Data.Common.CommandTrees.DbLambda lambda, params System.Data.Common.CommandTrees.DbExpression[] arguments) { throw null; }
Invoke(this System.Data.Metadata.Edm.EdmFunction function, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> arguments)1023         public static System.Data.Common.CommandTrees.DbFunctionExpression Invoke(this System.Data.Metadata.Edm.EdmFunction function, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> arguments) { throw null; }
Invoke(this System.Data.Metadata.Edm.EdmFunction function, params System.Data.Common.CommandTrees.DbExpression[] arguments)1024         public static System.Data.Common.CommandTrees.DbFunctionExpression Invoke(this System.Data.Metadata.Edm.EdmFunction function, params System.Data.Common.CommandTrees.DbExpression[] arguments) { throw null; }
IsEmpty(this System.Data.Common.CommandTrees.DbExpression argument)1025         public static System.Data.Common.CommandTrees.DbIsEmptyExpression IsEmpty(this System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
IsNull(this System.Data.Common.CommandTrees.DbExpression argument)1026         public static System.Data.Common.CommandTrees.DbIsNullExpression IsNull(this System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
IsOf(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage type)1027         public static System.Data.Common.CommandTrees.DbIsOfExpression IsOf(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage type) { throw null; }
IsOfOnly(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage type)1028         public static System.Data.Common.CommandTrees.DbIsOfExpression IsOfOnly(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage type) { throw null; }
Join(this System.Data.Common.CommandTrees.DbExpression outer, System.Data.Common.CommandTrees.DbExpression inner, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> outerKey, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> innerKey)1029         public static System.Data.Common.CommandTrees.DbJoinExpression Join(this System.Data.Common.CommandTrees.DbExpression outer, System.Data.Common.CommandTrees.DbExpression inner, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> outerKey, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> innerKey) { throw null; }
Join(this System.Data.Common.CommandTrees.DbExpression outer, System.Data.Common.CommandTrees.DbExpression inner, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> outerKey, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> innerKey, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, TSelector> selector)1030         public static System.Data.Common.CommandTrees.DbProjectExpression Join<TSelector>(this System.Data.Common.CommandTrees.DbExpression outer, System.Data.Common.CommandTrees.DbExpression inner, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> outerKey, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> innerKey, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, TSelector> selector) { throw null; }
Lambda(System.Data.Common.CommandTrees.DbExpression body, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbVariableReferenceExpression> variables)1031         public static System.Data.Common.CommandTrees.DbLambda Lambda(System.Data.Common.CommandTrees.DbExpression body, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbVariableReferenceExpression> variables) { throw null; }
Lambda(System.Data.Common.CommandTrees.DbExpression body, params System.Data.Common.CommandTrees.DbVariableReferenceExpression[] variables)1032         public static System.Data.Common.CommandTrees.DbLambda Lambda(System.Data.Common.CommandTrees.DbExpression body, params System.Data.Common.CommandTrees.DbVariableReferenceExpression[] variables) { throw null; }
LeftOuterJoin(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> joinCondition)1033         public static System.Data.Common.CommandTrees.DbJoinExpression LeftOuterJoin(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> joinCondition) { throw null; }
LeftOuterJoin(this System.Data.Common.CommandTrees.DbExpressionBinding left, System.Data.Common.CommandTrees.DbExpressionBinding right, System.Data.Common.CommandTrees.DbExpression joinCondition)1034         public static System.Data.Common.CommandTrees.DbJoinExpression LeftOuterJoin(this System.Data.Common.CommandTrees.DbExpressionBinding left, System.Data.Common.CommandTrees.DbExpressionBinding right, System.Data.Common.CommandTrees.DbExpression joinCondition) { throw null; }
LessThan(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1035         public static System.Data.Common.CommandTrees.DbComparisonExpression LessThan(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
LessThanOrEqual(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1036         public static System.Data.Common.CommandTrees.DbComparisonExpression LessThanOrEqual(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Like(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Common.CommandTrees.DbExpression pattern)1037         public static System.Data.Common.CommandTrees.DbLikeExpression Like(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Common.CommandTrees.DbExpression pattern) { throw null; }
Like(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Common.CommandTrees.DbExpression pattern, System.Data.Common.CommandTrees.DbExpression escape)1038         public static System.Data.Common.CommandTrees.DbLikeExpression Like(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Common.CommandTrees.DbExpression pattern, System.Data.Common.CommandTrees.DbExpression escape) { throw null; }
Limit(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Common.CommandTrees.DbExpression count)1039         public static System.Data.Common.CommandTrees.DbLimitExpression Limit(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Common.CommandTrees.DbExpression count) { throw null; }
Minus(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1040         public static System.Data.Common.CommandTrees.DbArithmeticExpression Minus(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Modulo(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1041         public static System.Data.Common.CommandTrees.DbArithmeticExpression Modulo(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Multiply(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1042         public static System.Data.Common.CommandTrees.DbArithmeticExpression Multiply(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Navigate(this System.Data.Common.CommandTrees.DbExpression navigateFrom, System.Data.Metadata.Edm.RelationshipEndMember fromEnd, System.Data.Metadata.Edm.RelationshipEndMember toEnd)1043         public static System.Data.Common.CommandTrees.DbRelationshipNavigationExpression Navigate(this System.Data.Common.CommandTrees.DbExpression navigateFrom, System.Data.Metadata.Edm.RelationshipEndMember fromEnd, System.Data.Metadata.Edm.RelationshipEndMember toEnd) { throw null; }
Navigate(this System.Data.Metadata.Edm.RelationshipType type, string fromEndName, string toEndName, System.Data.Common.CommandTrees.DbExpression navigateFrom)1044         public static System.Data.Common.CommandTrees.DbRelationshipNavigationExpression Navigate(this System.Data.Metadata.Edm.RelationshipType type, string fromEndName, string toEndName, System.Data.Common.CommandTrees.DbExpression navigateFrom) { throw null; }
Negate(this System.Data.Common.CommandTrees.DbExpression argument)1045         public static System.Data.Common.CommandTrees.DbArithmeticExpression Negate(this System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
New(this System.Data.Metadata.Edm.TypeUsage instanceType, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> arguments)1046         public static System.Data.Common.CommandTrees.DbNewInstanceExpression New(this System.Data.Metadata.Edm.TypeUsage instanceType, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> arguments) { throw null; }
New(this System.Data.Metadata.Edm.TypeUsage instanceType, params System.Data.Common.CommandTrees.DbExpression[] arguments)1047         public static System.Data.Common.CommandTrees.DbNewInstanceExpression New(this System.Data.Metadata.Edm.TypeUsage instanceType, params System.Data.Common.CommandTrees.DbExpression[] arguments) { throw null; }
NewCollection(System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> elements)1048         public static System.Data.Common.CommandTrees.DbNewInstanceExpression NewCollection(System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbExpression> elements) { throw null; }
NewCollection(params System.Data.Common.CommandTrees.DbExpression[] elements)1049         public static System.Data.Common.CommandTrees.DbNewInstanceExpression NewCollection(params System.Data.Common.CommandTrees.DbExpression[] elements) { throw null; }
NewEmptyCollection(this System.Data.Metadata.Edm.TypeUsage collectionType)1050         public static System.Data.Common.CommandTrees.DbNewInstanceExpression NewEmptyCollection(this System.Data.Metadata.Edm.TypeUsage collectionType) { throw null; }
NewRow(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>> columnValues)1051         public static System.Data.Common.CommandTrees.DbNewInstanceExpression NewRow(System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>> columnValues) { throw null; }
Not(this System.Data.Common.CommandTrees.DbExpression argument)1052         public static System.Data.Common.CommandTrees.DbNotExpression Not(this System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
NotEqual(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1053         public static System.Data.Common.CommandTrees.DbComparisonExpression NotEqual(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Null(this System.Data.Metadata.Edm.TypeUsage nullType)1054         public static System.Data.Common.CommandTrees.DbNullExpression Null(this System.Data.Metadata.Edm.TypeUsage nullType) { throw null; }
OfType(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage type)1055         public static System.Data.Common.CommandTrees.DbOfTypeExpression OfType(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage type) { throw null; }
OfTypeOnly(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage type)1056         public static System.Data.Common.CommandTrees.DbOfTypeExpression OfTypeOnly(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage type) { throw null; }
Or(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1057         public static System.Data.Common.CommandTrees.DbOrExpression Or(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
OrderBy(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey)1058         public static System.Data.Common.CommandTrees.DbSortExpression OrderBy(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey) { throw null; }
OrderBy(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey, string collation)1059         public static System.Data.Common.CommandTrees.DbSortExpression OrderBy(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey, string collation) { throw null; }
OrderByDescending(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey)1060         public static System.Data.Common.CommandTrees.DbSortExpression OrderByDescending(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey) { throw null; }
OrderByDescending(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey, string collation)1061         public static System.Data.Common.CommandTrees.DbSortExpression OrderByDescending(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey, string collation) { throw null; }
OuterApply(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>> apply)1062         public static System.Data.Common.CommandTrees.DbApplyExpression OuterApply(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>> apply) { throw null; }
OuterApply(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpressionBinding apply)1063         public static System.Data.Common.CommandTrees.DbApplyExpression OuterApply(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpressionBinding apply) { throw null; }
Parameter(this System.Data.Metadata.Edm.TypeUsage type, string name)1064         public static System.Data.Common.CommandTrees.DbParameterReferenceExpression Parameter(this System.Data.Metadata.Edm.TypeUsage type, string name) { throw null; }
Plus(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1065         public static System.Data.Common.CommandTrees.DbArithmeticExpression Plus(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Project(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression projection)1066         public static System.Data.Common.CommandTrees.DbProjectExpression Project(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Data.Common.CommandTrees.DbExpression projection) { throw null; }
Property(this System.Data.Common.CommandTrees.DbExpression instance, System.Data.Metadata.Edm.EdmProperty propertyMetadata)1067         public static System.Data.Common.CommandTrees.DbPropertyExpression Property(this System.Data.Common.CommandTrees.DbExpression instance, System.Data.Metadata.Edm.EdmProperty propertyMetadata) { throw null; }
Property(this System.Data.Common.CommandTrees.DbExpression instance, System.Data.Metadata.Edm.NavigationProperty navigationProperty)1068         public static System.Data.Common.CommandTrees.DbPropertyExpression Property(this System.Data.Common.CommandTrees.DbExpression instance, System.Data.Metadata.Edm.NavigationProperty navigationProperty) { throw null; }
Property(this System.Data.Common.CommandTrees.DbExpression instance, System.Data.Metadata.Edm.RelationshipEndMember relationshipEnd)1069         public static System.Data.Common.CommandTrees.DbPropertyExpression Property(this System.Data.Common.CommandTrees.DbExpression instance, System.Data.Metadata.Edm.RelationshipEndMember relationshipEnd) { throw null; }
Property(this System.Data.Common.CommandTrees.DbExpression instance, string propertyName)1070         public static System.Data.Common.CommandTrees.DbPropertyExpression Property(this System.Data.Common.CommandTrees.DbExpression instance, string propertyName) { throw null; }
RefFromKey(this System.Data.Metadata.Edm.EntitySet entitySet, System.Data.Common.CommandTrees.DbExpression keyRow)1071         public static System.Data.Common.CommandTrees.DbRefExpression RefFromKey(this System.Data.Metadata.Edm.EntitySet entitySet, System.Data.Common.CommandTrees.DbExpression keyRow) { throw null; }
RefFromKey(this System.Data.Metadata.Edm.EntitySet entitySet, System.Data.Common.CommandTrees.DbExpression keyRow, System.Data.Metadata.Edm.EntityType entityType)1072         public static System.Data.Common.CommandTrees.DbRefExpression RefFromKey(this System.Data.Metadata.Edm.EntitySet entitySet, System.Data.Common.CommandTrees.DbExpression keyRow, System.Data.Metadata.Edm.EntityType entityType) { throw null; }
Scan(this System.Data.Metadata.Edm.EntitySetBase targetSet)1073         public static System.Data.Common.CommandTrees.DbScanExpression Scan(this System.Data.Metadata.Edm.EntitySetBase targetSet) { throw null; }
SelectMany(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> apply)1074         public static System.Data.Common.CommandTrees.DbProjectExpression SelectMany(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> apply) { throw null; }
SelectMany(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> apply, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, TSelector> selector)1075         public static System.Data.Common.CommandTrees.DbProjectExpression SelectMany<TSelector>(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> apply, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression, TSelector> selector) { throw null; }
Select(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, TProjection> projection)1076         public static System.Data.Common.CommandTrees.DbProjectExpression Select<TProjection>(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, TProjection> projection) { throw null; }
Skip(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbSortClause> sortOrder, System.Data.Common.CommandTrees.DbExpression count)1077         public static System.Data.Common.CommandTrees.DbSkipExpression Skip(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbSortClause> sortOrder, System.Data.Common.CommandTrees.DbExpression count) { throw null; }
Skip(this System.Data.Common.CommandTrees.DbSortExpression argument, System.Data.Common.CommandTrees.DbExpression count)1078         public static System.Data.Common.CommandTrees.DbSkipExpression Skip(this System.Data.Common.CommandTrees.DbSortExpression argument, System.Data.Common.CommandTrees.DbExpression count) { throw null; }
Sort(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbSortClause> sortOrder)1079         public static System.Data.Common.CommandTrees.DbSortExpression Sort(this System.Data.Common.CommandTrees.DbExpressionBinding input, System.Collections.Generic.IEnumerable<System.Data.Common.CommandTrees.DbSortClause> sortOrder) { throw null; }
Take(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Common.CommandTrees.DbExpression count)1080         public static System.Data.Common.CommandTrees.DbLimitExpression Take(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Common.CommandTrees.DbExpression count) { throw null; }
ThenBy(this System.Data.Common.CommandTrees.DbSortExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey)1081         public static System.Data.Common.CommandTrees.DbSortExpression ThenBy(this System.Data.Common.CommandTrees.DbSortExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey) { throw null; }
ThenBy(this System.Data.Common.CommandTrees.DbSortExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey, string collation)1082         public static System.Data.Common.CommandTrees.DbSortExpression ThenBy(this System.Data.Common.CommandTrees.DbSortExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey, string collation) { throw null; }
ThenByDescending(this System.Data.Common.CommandTrees.DbSortExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey)1083         public static System.Data.Common.CommandTrees.DbSortExpression ThenByDescending(this System.Data.Common.CommandTrees.DbSortExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey) { throw null; }
ThenByDescending(this System.Data.Common.CommandTrees.DbSortExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey, string collation)1084         public static System.Data.Common.CommandTrees.DbSortExpression ThenByDescending(this System.Data.Common.CommandTrees.DbSortExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> sortKey, string collation) { throw null; }
ToSortClause(this System.Data.Common.CommandTrees.DbExpression key)1085         public static System.Data.Common.CommandTrees.DbSortClause ToSortClause(this System.Data.Common.CommandTrees.DbExpression key) { throw null; }
ToSortClause(this System.Data.Common.CommandTrees.DbExpression key, string collation)1086         public static System.Data.Common.CommandTrees.DbSortClause ToSortClause(this System.Data.Common.CommandTrees.DbExpression key, string collation) { throw null; }
ToSortClauseDescending(this System.Data.Common.CommandTrees.DbExpression key)1087         public static System.Data.Common.CommandTrees.DbSortClause ToSortClauseDescending(this System.Data.Common.CommandTrees.DbExpression key) { throw null; }
ToSortClauseDescending(this System.Data.Common.CommandTrees.DbExpression key, string collation)1088         public static System.Data.Common.CommandTrees.DbSortClause ToSortClauseDescending(this System.Data.Common.CommandTrees.DbExpression key, string collation) { throw null; }
TreatAs(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage treatType)1089         public static System.Data.Common.CommandTrees.DbTreatExpression TreatAs(this System.Data.Common.CommandTrees.DbExpression argument, System.Data.Metadata.Edm.TypeUsage treatType) { throw null; }
UnaryMinus(this System.Data.Common.CommandTrees.DbExpression argument)1090         public static System.Data.Common.CommandTrees.DbArithmeticExpression UnaryMinus(this System.Data.Common.CommandTrees.DbExpression argument) { throw null; }
Union(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1091         public static System.Data.Common.CommandTrees.DbExpression Union(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
UnionAll(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right)1092         public static System.Data.Common.CommandTrees.DbUnionAllExpression UnionAll(this System.Data.Common.CommandTrees.DbExpression left, System.Data.Common.CommandTrees.DbExpression right) { throw null; }
Variable(this System.Data.Metadata.Edm.TypeUsage type, string name)1093         public static System.Data.Common.CommandTrees.DbVariableReferenceExpression Variable(this System.Data.Metadata.Edm.TypeUsage type, string name) { throw null; }
Where(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> predicate)1094         public static System.Data.Common.CommandTrees.DbFilterExpression Where(this System.Data.Common.CommandTrees.DbExpression source, System.Func<System.Data.Common.CommandTrees.DbExpression, System.Data.Common.CommandTrees.DbExpression> predicate) { throw null; }
1095     }
1096     public static partial class EdmFunctions
1097     {
Abs(this System.Data.Common.CommandTrees.DbExpression value)1098         public static System.Data.Common.CommandTrees.DbFunctionExpression Abs(this System.Data.Common.CommandTrees.DbExpression value) { throw null; }
AddDays(this System.Data.Common.CommandTrees.DbExpression dateValue, System.Data.Common.CommandTrees.DbExpression addValue)1099         public static System.Data.Common.CommandTrees.DbFunctionExpression AddDays(this System.Data.Common.CommandTrees.DbExpression dateValue, System.Data.Common.CommandTrees.DbExpression addValue) { throw null; }
AddHours(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue)1100         public static System.Data.Common.CommandTrees.DbFunctionExpression AddHours(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue) { throw null; }
AddMicroseconds(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue)1101         public static System.Data.Common.CommandTrees.DbFunctionExpression AddMicroseconds(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue) { throw null; }
AddMilliseconds(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue)1102         public static System.Data.Common.CommandTrees.DbFunctionExpression AddMilliseconds(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue) { throw null; }
AddMinutes(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue)1103         public static System.Data.Common.CommandTrees.DbFunctionExpression AddMinutes(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue) { throw null; }
AddMonths(this System.Data.Common.CommandTrees.DbExpression dateValue, System.Data.Common.CommandTrees.DbExpression addValue)1104         public static System.Data.Common.CommandTrees.DbFunctionExpression AddMonths(this System.Data.Common.CommandTrees.DbExpression dateValue, System.Data.Common.CommandTrees.DbExpression addValue) { throw null; }
AddNanoseconds(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue)1105         public static System.Data.Common.CommandTrees.DbFunctionExpression AddNanoseconds(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue) { throw null; }
AddSeconds(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue)1106         public static System.Data.Common.CommandTrees.DbFunctionExpression AddSeconds(this System.Data.Common.CommandTrees.DbExpression timeValue, System.Data.Common.CommandTrees.DbExpression addValue) { throw null; }
AddYears(this System.Data.Common.CommandTrees.DbExpression dateValue, System.Data.Common.CommandTrees.DbExpression addValue)1107         public static System.Data.Common.CommandTrees.DbFunctionExpression AddYears(this System.Data.Common.CommandTrees.DbExpression dateValue, System.Data.Common.CommandTrees.DbExpression addValue) { throw null; }
Average(this System.Data.Common.CommandTrees.DbExpression collection)1108         public static System.Data.Common.CommandTrees.DbFunctionExpression Average(this System.Data.Common.CommandTrees.DbExpression collection) { throw null; }
BitwiseAnd(this System.Data.Common.CommandTrees.DbExpression value1, System.Data.Common.CommandTrees.DbExpression value2)1109         public static System.Data.Common.CommandTrees.DbFunctionExpression BitwiseAnd(this System.Data.Common.CommandTrees.DbExpression value1, System.Data.Common.CommandTrees.DbExpression value2) { throw null; }
BitwiseNot(this System.Data.Common.CommandTrees.DbExpression value)1110         public static System.Data.Common.CommandTrees.DbFunctionExpression BitwiseNot(this System.Data.Common.CommandTrees.DbExpression value) { throw null; }
BitwiseOr(this System.Data.Common.CommandTrees.DbExpression value1, System.Data.Common.CommandTrees.DbExpression value2)1111         public static System.Data.Common.CommandTrees.DbFunctionExpression BitwiseOr(this System.Data.Common.CommandTrees.DbExpression value1, System.Data.Common.CommandTrees.DbExpression value2) { throw null; }
BitwiseXor(this System.Data.Common.CommandTrees.DbExpression value1, System.Data.Common.CommandTrees.DbExpression value2)1112         public static System.Data.Common.CommandTrees.DbFunctionExpression BitwiseXor(this System.Data.Common.CommandTrees.DbExpression value1, System.Data.Common.CommandTrees.DbExpression value2) { throw null; }
Ceiling(this System.Data.Common.CommandTrees.DbExpression value)1113         public static System.Data.Common.CommandTrees.DbFunctionExpression Ceiling(this System.Data.Common.CommandTrees.DbExpression value) { throw null; }
Concat(this System.Data.Common.CommandTrees.DbExpression string1, System.Data.Common.CommandTrees.DbExpression string2)1114         public static System.Data.Common.CommandTrees.DbFunctionExpression Concat(this System.Data.Common.CommandTrees.DbExpression string1, System.Data.Common.CommandTrees.DbExpression string2) { throw null; }
Contains(this System.Data.Common.CommandTrees.DbExpression searchedString, System.Data.Common.CommandTrees.DbExpression searchedForString)1115         public static System.Data.Common.CommandTrees.DbExpression Contains(this System.Data.Common.CommandTrees.DbExpression searchedString, System.Data.Common.CommandTrees.DbExpression searchedForString) { throw null; }
Count(this System.Data.Common.CommandTrees.DbExpression collection)1116         public static System.Data.Common.CommandTrees.DbFunctionExpression Count(this System.Data.Common.CommandTrees.DbExpression collection) { throw null; }
CreateDateTime(System.Data.Common.CommandTrees.DbExpression year, System.Data.Common.CommandTrees.DbExpression month, System.Data.Common.CommandTrees.DbExpression day, System.Data.Common.CommandTrees.DbExpression hour, System.Data.Common.CommandTrees.DbExpression minute, System.Data.Common.CommandTrees.DbExpression second)1117         public static System.Data.Common.CommandTrees.DbFunctionExpression CreateDateTime(System.Data.Common.CommandTrees.DbExpression year, System.Data.Common.CommandTrees.DbExpression month, System.Data.Common.CommandTrees.DbExpression day, System.Data.Common.CommandTrees.DbExpression hour, System.Data.Common.CommandTrees.DbExpression minute, System.Data.Common.CommandTrees.DbExpression second) { throw null; }
CreateDateTimeOffset(System.Data.Common.CommandTrees.DbExpression year, System.Data.Common.CommandTrees.DbExpression month, System.Data.Common.CommandTrees.DbExpression day, System.Data.Common.CommandTrees.DbExpression hour, System.Data.Common.CommandTrees.DbExpression minute, System.Data.Common.CommandTrees.DbExpression second, System.Data.Common.CommandTrees.DbExpression timeZoneOffset)1118         public static System.Data.Common.CommandTrees.DbFunctionExpression CreateDateTimeOffset(System.Data.Common.CommandTrees.DbExpression year, System.Data.Common.CommandTrees.DbExpression month, System.Data.Common.CommandTrees.DbExpression day, System.Data.Common.CommandTrees.DbExpression hour, System.Data.Common.CommandTrees.DbExpression minute, System.Data.Common.CommandTrees.DbExpression second, System.Data.Common.CommandTrees.DbExpression timeZoneOffset) { throw null; }
CreateTime(System.Data.Common.CommandTrees.DbExpression hour, System.Data.Common.CommandTrees.DbExpression minute, System.Data.Common.CommandTrees.DbExpression second)1119         public static System.Data.Common.CommandTrees.DbFunctionExpression CreateTime(System.Data.Common.CommandTrees.DbExpression hour, System.Data.Common.CommandTrees.DbExpression minute, System.Data.Common.CommandTrees.DbExpression second) { throw null; }
CurrentDateTime()1120         public static System.Data.Common.CommandTrees.DbFunctionExpression CurrentDateTime() { throw null; }
CurrentDateTimeOffset()1121         public static System.Data.Common.CommandTrees.DbFunctionExpression CurrentDateTimeOffset() { throw null; }
CurrentUtcDateTime()1122         public static System.Data.Common.CommandTrees.DbFunctionExpression CurrentUtcDateTime() { throw null; }
Day(this System.Data.Common.CommandTrees.DbExpression dateValue)1123         public static System.Data.Common.CommandTrees.DbFunctionExpression Day(this System.Data.Common.CommandTrees.DbExpression dateValue) { throw null; }
DayOfYear(this System.Data.Common.CommandTrees.DbExpression dateValue)1124         public static System.Data.Common.CommandTrees.DbFunctionExpression DayOfYear(this System.Data.Common.CommandTrees.DbExpression dateValue) { throw null; }
DiffDays(this System.Data.Common.CommandTrees.DbExpression dateValue1, System.Data.Common.CommandTrees.DbExpression dateValue2)1125         public static System.Data.Common.CommandTrees.DbFunctionExpression DiffDays(this System.Data.Common.CommandTrees.DbExpression dateValue1, System.Data.Common.CommandTrees.DbExpression dateValue2) { throw null; }
DiffHours(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2)1126         public static System.Data.Common.CommandTrees.DbFunctionExpression DiffHours(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2) { throw null; }
DiffMicroseconds(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2)1127         public static System.Data.Common.CommandTrees.DbFunctionExpression DiffMicroseconds(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2) { throw null; }
DiffMilliseconds(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2)1128         public static System.Data.Common.CommandTrees.DbFunctionExpression DiffMilliseconds(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2) { throw null; }
DiffMinutes(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2)1129         public static System.Data.Common.CommandTrees.DbFunctionExpression DiffMinutes(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2) { throw null; }
DiffMonths(this System.Data.Common.CommandTrees.DbExpression dateValue1, System.Data.Common.CommandTrees.DbExpression dateValue2)1130         public static System.Data.Common.CommandTrees.DbFunctionExpression DiffMonths(this System.Data.Common.CommandTrees.DbExpression dateValue1, System.Data.Common.CommandTrees.DbExpression dateValue2) { throw null; }
DiffNanoseconds(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2)1131         public static System.Data.Common.CommandTrees.DbFunctionExpression DiffNanoseconds(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2) { throw null; }
DiffSeconds(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2)1132         public static System.Data.Common.CommandTrees.DbFunctionExpression DiffSeconds(this System.Data.Common.CommandTrees.DbExpression timeValue1, System.Data.Common.CommandTrees.DbExpression timeValue2) { throw null; }
DiffYears(this System.Data.Common.CommandTrees.DbExpression dateValue1, System.Data.Common.CommandTrees.DbExpression dateValue2)1133         public static System.Data.Common.CommandTrees.DbFunctionExpression DiffYears(this System.Data.Common.CommandTrees.DbExpression dateValue1, System.Data.Common.CommandTrees.DbExpression dateValue2) { throw null; }
EndsWith(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression suffix)1134         public static System.Data.Common.CommandTrees.DbFunctionExpression EndsWith(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression suffix) { throw null; }
Floor(this System.Data.Common.CommandTrees.DbExpression value)1135         public static System.Data.Common.CommandTrees.DbFunctionExpression Floor(this System.Data.Common.CommandTrees.DbExpression value) { throw null; }
GetTotalOffsetMinutes(this System.Data.Common.CommandTrees.DbExpression dateTimeOffsetArgument)1136         public static System.Data.Common.CommandTrees.DbFunctionExpression GetTotalOffsetMinutes(this System.Data.Common.CommandTrees.DbExpression dateTimeOffsetArgument) { throw null; }
Hour(this System.Data.Common.CommandTrees.DbExpression timeValue)1137         public static System.Data.Common.CommandTrees.DbFunctionExpression Hour(this System.Data.Common.CommandTrees.DbExpression timeValue) { throw null; }
IndexOf(this System.Data.Common.CommandTrees.DbExpression searchString, System.Data.Common.CommandTrees.DbExpression stringToFind)1138         public static System.Data.Common.CommandTrees.DbFunctionExpression IndexOf(this System.Data.Common.CommandTrees.DbExpression searchString, System.Data.Common.CommandTrees.DbExpression stringToFind) { throw null; }
Left(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression length)1139         public static System.Data.Common.CommandTrees.DbFunctionExpression Left(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression length) { throw null; }
Length(this System.Data.Common.CommandTrees.DbExpression stringArgument)1140         public static System.Data.Common.CommandTrees.DbFunctionExpression Length(this System.Data.Common.CommandTrees.DbExpression stringArgument) { throw null; }
LongCount(this System.Data.Common.CommandTrees.DbExpression collection)1141         public static System.Data.Common.CommandTrees.DbFunctionExpression LongCount(this System.Data.Common.CommandTrees.DbExpression collection) { throw null; }
Max(this System.Data.Common.CommandTrees.DbExpression collection)1142         public static System.Data.Common.CommandTrees.DbFunctionExpression Max(this System.Data.Common.CommandTrees.DbExpression collection) { throw null; }
Millisecond(this System.Data.Common.CommandTrees.DbExpression timeValue)1143         public static System.Data.Common.CommandTrees.DbFunctionExpression Millisecond(this System.Data.Common.CommandTrees.DbExpression timeValue) { throw null; }
Min(this System.Data.Common.CommandTrees.DbExpression collection)1144         public static System.Data.Common.CommandTrees.DbFunctionExpression Min(this System.Data.Common.CommandTrees.DbExpression collection) { throw null; }
Minute(this System.Data.Common.CommandTrees.DbExpression timeValue)1145         public static System.Data.Common.CommandTrees.DbFunctionExpression Minute(this System.Data.Common.CommandTrees.DbExpression timeValue) { throw null; }
Month(this System.Data.Common.CommandTrees.DbExpression dateValue)1146         public static System.Data.Common.CommandTrees.DbFunctionExpression Month(this System.Data.Common.CommandTrees.DbExpression dateValue) { throw null; }
NewGuid()1147         public static System.Data.Common.CommandTrees.DbFunctionExpression NewGuid() { throw null; }
Power(this System.Data.Common.CommandTrees.DbExpression baseArgument, System.Data.Common.CommandTrees.DbExpression exponent)1148         public static System.Data.Common.CommandTrees.DbFunctionExpression Power(this System.Data.Common.CommandTrees.DbExpression baseArgument, System.Data.Common.CommandTrees.DbExpression exponent) { throw null; }
Replace(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression toReplace, System.Data.Common.CommandTrees.DbExpression replacement)1149         public static System.Data.Common.CommandTrees.DbFunctionExpression Replace(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression toReplace, System.Data.Common.CommandTrees.DbExpression replacement) { throw null; }
Reverse(this System.Data.Common.CommandTrees.DbExpression stringArgument)1150         public static System.Data.Common.CommandTrees.DbFunctionExpression Reverse(this System.Data.Common.CommandTrees.DbExpression stringArgument) { throw null; }
Right(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression length)1151         public static System.Data.Common.CommandTrees.DbFunctionExpression Right(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression length) { throw null; }
Round(this System.Data.Common.CommandTrees.DbExpression value)1152         public static System.Data.Common.CommandTrees.DbFunctionExpression Round(this System.Data.Common.CommandTrees.DbExpression value) { throw null; }
Round(this System.Data.Common.CommandTrees.DbExpression value, System.Data.Common.CommandTrees.DbExpression digits)1153         public static System.Data.Common.CommandTrees.DbFunctionExpression Round(this System.Data.Common.CommandTrees.DbExpression value, System.Data.Common.CommandTrees.DbExpression digits) { throw null; }
Second(this System.Data.Common.CommandTrees.DbExpression timeValue)1154         public static System.Data.Common.CommandTrees.DbFunctionExpression Second(this System.Data.Common.CommandTrees.DbExpression timeValue) { throw null; }
StartsWith(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression prefix)1155         public static System.Data.Common.CommandTrees.DbFunctionExpression StartsWith(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression prefix) { throw null; }
StDev(this System.Data.Common.CommandTrees.DbExpression collection)1156         public static System.Data.Common.CommandTrees.DbFunctionExpression StDev(this System.Data.Common.CommandTrees.DbExpression collection) { throw null; }
StDevP(this System.Data.Common.CommandTrees.DbExpression collection)1157         public static System.Data.Common.CommandTrees.DbFunctionExpression StDevP(this System.Data.Common.CommandTrees.DbExpression collection) { throw null; }
Substring(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression start, System.Data.Common.CommandTrees.DbExpression length)1158         public static System.Data.Common.CommandTrees.DbFunctionExpression Substring(this System.Data.Common.CommandTrees.DbExpression stringArgument, System.Data.Common.CommandTrees.DbExpression start, System.Data.Common.CommandTrees.DbExpression length) { throw null; }
Sum(this System.Data.Common.CommandTrees.DbExpression collection)1159         public static System.Data.Common.CommandTrees.DbFunctionExpression Sum(this System.Data.Common.CommandTrees.DbExpression collection) { throw null; }
ToLower(this System.Data.Common.CommandTrees.DbExpression stringArgument)1160         public static System.Data.Common.CommandTrees.DbFunctionExpression ToLower(this System.Data.Common.CommandTrees.DbExpression stringArgument) { throw null; }
ToUpper(this System.Data.Common.CommandTrees.DbExpression stringArgument)1161         public static System.Data.Common.CommandTrees.DbFunctionExpression ToUpper(this System.Data.Common.CommandTrees.DbExpression stringArgument) { throw null; }
Trim(this System.Data.Common.CommandTrees.DbExpression stringArgument)1162         public static System.Data.Common.CommandTrees.DbFunctionExpression Trim(this System.Data.Common.CommandTrees.DbExpression stringArgument) { throw null; }
TrimEnd(this System.Data.Common.CommandTrees.DbExpression stringArgument)1163         public static System.Data.Common.CommandTrees.DbFunctionExpression TrimEnd(this System.Data.Common.CommandTrees.DbExpression stringArgument) { throw null; }
TrimStart(this System.Data.Common.CommandTrees.DbExpression stringArgument)1164         public static System.Data.Common.CommandTrees.DbFunctionExpression TrimStart(this System.Data.Common.CommandTrees.DbExpression stringArgument) { throw null; }
Truncate(this System.Data.Common.CommandTrees.DbExpression value, System.Data.Common.CommandTrees.DbExpression digits)1165         public static System.Data.Common.CommandTrees.DbFunctionExpression Truncate(this System.Data.Common.CommandTrees.DbExpression value, System.Data.Common.CommandTrees.DbExpression digits) { throw null; }
TruncateTime(this System.Data.Common.CommandTrees.DbExpression dateValue)1166         public static System.Data.Common.CommandTrees.DbFunctionExpression TruncateTime(this System.Data.Common.CommandTrees.DbExpression dateValue) { throw null; }
Var(this System.Data.Common.CommandTrees.DbExpression collection)1167         public static System.Data.Common.CommandTrees.DbFunctionExpression Var(this System.Data.Common.CommandTrees.DbExpression collection) { throw null; }
VarP(this System.Data.Common.CommandTrees.DbExpression collection)1168         public static System.Data.Common.CommandTrees.DbFunctionExpression VarP(this System.Data.Common.CommandTrees.DbExpression collection) { throw null; }
Year(this System.Data.Common.CommandTrees.DbExpression dateValue)1169         public static System.Data.Common.CommandTrees.DbFunctionExpression Year(this System.Data.Common.CommandTrees.DbExpression dateValue) { throw null; }
1170     }
1171     public sealed partial class Row
1172     {
Row(System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression> columnValue, params System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>[] columnValues)1173         public Row(System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression> columnValue, params System.Collections.Generic.KeyValuePair<string, System.Data.Common.CommandTrees.DbExpression>[] columnValues) { }
operator System.Data.Common.CommandTrees.DbExpression(System.Data.Common.CommandTrees.ExpressionBuilder.Row row)1174         public static implicit operator System.Data.Common.CommandTrees.DbExpression (System.Data.Common.CommandTrees.ExpressionBuilder.Row row) { throw null; }
ToExpression()1175         public System.Data.Common.CommandTrees.DbNewInstanceExpression ToExpression() { throw null; }
1176     }
1177 }
1178 namespace System.Data.Common.CommandTrees.ExpressionBuilder.Spatial
1179 {
1180     public static partial class SpatialEdmFunctions
1181     {
Area(this System.Data.Common.CommandTrees.DbExpression spatialValue)1182         public static System.Data.Common.CommandTrees.DbFunctionExpression Area(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
AsBinary(this System.Data.Common.CommandTrees.DbExpression spatialValue)1183         public static System.Data.Common.CommandTrees.DbFunctionExpression AsBinary(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
AsGml(this System.Data.Common.CommandTrees.DbExpression spatialValue)1184         public static System.Data.Common.CommandTrees.DbFunctionExpression AsGml(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
AsText(this System.Data.Common.CommandTrees.DbExpression spatialValue)1185         public static System.Data.Common.CommandTrees.DbFunctionExpression AsText(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
Centroid(this System.Data.Common.CommandTrees.DbExpression geometryValue)1186         public static System.Data.Common.CommandTrees.DbFunctionExpression Centroid(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
CoordinateSystemId(this System.Data.Common.CommandTrees.DbExpression spatialValue)1187         public static System.Data.Common.CommandTrees.DbFunctionExpression CoordinateSystemId(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
Distance(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2)1188         public static System.Data.Common.CommandTrees.DbFunctionExpression Distance(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2) { throw null; }
Elevation(this System.Data.Common.CommandTrees.DbExpression spatialValue)1189         public static System.Data.Common.CommandTrees.DbFunctionExpression Elevation(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
EndPoint(this System.Data.Common.CommandTrees.DbExpression spatialValue)1190         public static System.Data.Common.CommandTrees.DbFunctionExpression EndPoint(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
ExteriorRing(this System.Data.Common.CommandTrees.DbExpression geometryValue)1191         public static System.Data.Common.CommandTrees.DbFunctionExpression ExteriorRing(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
GeographyCollectionFromBinary(System.Data.Common.CommandTrees.DbExpression geographyCollectionWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1192         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyCollectionFromBinary(System.Data.Common.CommandTrees.DbExpression geographyCollectionWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyCollectionFromText(System.Data.Common.CommandTrees.DbExpression geographyCollectionWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1193         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyCollectionFromText(System.Data.Common.CommandTrees.DbExpression geographyCollectionWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyFromBinary(System.Data.Common.CommandTrees.DbExpression wellKnownBinaryValue)1194         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromBinary(System.Data.Common.CommandTrees.DbExpression wellKnownBinaryValue) { throw null; }
GeographyFromBinary(System.Data.Common.CommandTrees.DbExpression wellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1195         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromBinary(System.Data.Common.CommandTrees.DbExpression wellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyFromGml(System.Data.Common.CommandTrees.DbExpression geographyMarkup)1196         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromGml(System.Data.Common.CommandTrees.DbExpression geographyMarkup) { throw null; }
GeographyFromGml(System.Data.Common.CommandTrees.DbExpression geographyMarkup, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1197         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromGml(System.Data.Common.CommandTrees.DbExpression geographyMarkup, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyFromText(System.Data.Common.CommandTrees.DbExpression wellKnownText)1198         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromText(System.Data.Common.CommandTrees.DbExpression wellKnownText) { throw null; }
GeographyFromText(System.Data.Common.CommandTrees.DbExpression wellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1199         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyFromText(System.Data.Common.CommandTrees.DbExpression wellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyLineFromBinary(System.Data.Common.CommandTrees.DbExpression lineWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1200         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyLineFromBinary(System.Data.Common.CommandTrees.DbExpression lineWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyLineFromText(System.Data.Common.CommandTrees.DbExpression lineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1201         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyLineFromText(System.Data.Common.CommandTrees.DbExpression lineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyMultiLineFromBinary(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1202         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiLineFromBinary(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyMultiLineFromText(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1203         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiLineFromText(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyMultiPointFromBinary(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1204         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPointFromBinary(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyMultiPointFromText(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1205         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPointFromText(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyMultiPolygonFromBinary(System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1206         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPolygonFromBinary(System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyMultiPolygonFromText(System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1207         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyMultiPolygonFromText(System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyPointFromBinary(System.Data.Common.CommandTrees.DbExpression pointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1208         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyPointFromBinary(System.Data.Common.CommandTrees.DbExpression pointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyPointFromText(System.Data.Common.CommandTrees.DbExpression pointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1209         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyPointFromText(System.Data.Common.CommandTrees.DbExpression pointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyPolygonFromBinary(System.Data.Common.CommandTrees.DbExpression polygonWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1210         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyPolygonFromBinary(System.Data.Common.CommandTrees.DbExpression polygonWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeographyPolygonFromText(System.Data.Common.CommandTrees.DbExpression polygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1211         public static System.Data.Common.CommandTrees.DbFunctionExpression GeographyPolygonFromText(System.Data.Common.CommandTrees.DbExpression polygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryCollectionFromBinary(System.Data.Common.CommandTrees.DbExpression geometryCollectionWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1212         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryCollectionFromBinary(System.Data.Common.CommandTrees.DbExpression geometryCollectionWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryCollectionFromText(System.Data.Common.CommandTrees.DbExpression geometryCollectionWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1213         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryCollectionFromText(System.Data.Common.CommandTrees.DbExpression geometryCollectionWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryFromBinary(System.Data.Common.CommandTrees.DbExpression wellKnownBinaryValue)1214         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryFromBinary(System.Data.Common.CommandTrees.DbExpression wellKnownBinaryValue) { throw null; }
GeometryFromBinary(System.Data.Common.CommandTrees.DbExpression wellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1215         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryFromBinary(System.Data.Common.CommandTrees.DbExpression wellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryFromGml(System.Data.Common.CommandTrees.DbExpression geometryMarkup)1216         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryFromGml(System.Data.Common.CommandTrees.DbExpression geometryMarkup) { throw null; }
GeometryFromGml(System.Data.Common.CommandTrees.DbExpression geometryMarkup, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1217         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryFromGml(System.Data.Common.CommandTrees.DbExpression geometryMarkup, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryFromText(System.Data.Common.CommandTrees.DbExpression wellKnownText)1218         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryFromText(System.Data.Common.CommandTrees.DbExpression wellKnownText) { throw null; }
GeometryFromText(System.Data.Common.CommandTrees.DbExpression wellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1219         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryFromText(System.Data.Common.CommandTrees.DbExpression wellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryLineFromBinary(System.Data.Common.CommandTrees.DbExpression lineWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1220         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryLineFromBinary(System.Data.Common.CommandTrees.DbExpression lineWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryLineFromText(System.Data.Common.CommandTrees.DbExpression lineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1221         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryLineFromText(System.Data.Common.CommandTrees.DbExpression lineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryMultiLineFromBinary(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1222         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiLineFromBinary(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryMultiLineFromText(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1223         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiLineFromText(System.Data.Common.CommandTrees.DbExpression multiLineWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryMultiPointFromBinary(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1224         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPointFromBinary(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryMultiPointFromText(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1225         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPointFromText(System.Data.Common.CommandTrees.DbExpression multiPointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryMultiPolygonFromBinary(System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1226         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPolygonFromBinary(System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryMultiPolygonFromText(System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1227         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryMultiPolygonFromText(System.Data.Common.CommandTrees.DbExpression multiPolygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryPointFromBinary(System.Data.Common.CommandTrees.DbExpression pointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1228         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryPointFromBinary(System.Data.Common.CommandTrees.DbExpression pointWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryPointFromText(System.Data.Common.CommandTrees.DbExpression pointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1229         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryPointFromText(System.Data.Common.CommandTrees.DbExpression pointWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryPolygonFromBinary(System.Data.Common.CommandTrees.DbExpression polygonWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1230         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryPolygonFromBinary(System.Data.Common.CommandTrees.DbExpression polygonWellKnownBinaryValue, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
GeometryPolygonFromText(System.Data.Common.CommandTrees.DbExpression polygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId)1231         public static System.Data.Common.CommandTrees.DbFunctionExpression GeometryPolygonFromText(System.Data.Common.CommandTrees.DbExpression polygonWellKnownText, System.Data.Common.CommandTrees.DbExpression coordinateSystemId) { throw null; }
InteriorRingAt(this System.Data.Common.CommandTrees.DbExpression geometryValue, System.Data.Common.CommandTrees.DbExpression indexValue)1232         public static System.Data.Common.CommandTrees.DbFunctionExpression InteriorRingAt(this System.Data.Common.CommandTrees.DbExpression geometryValue, System.Data.Common.CommandTrees.DbExpression indexValue) { throw null; }
InteriorRingCount(this System.Data.Common.CommandTrees.DbExpression geometryValue)1233         public static System.Data.Common.CommandTrees.DbFunctionExpression InteriorRingCount(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
IsClosedSpatial(this System.Data.Common.CommandTrees.DbExpression spatialValue)1234         public static System.Data.Common.CommandTrees.DbFunctionExpression IsClosedSpatial(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
IsEmptySpatial(this System.Data.Common.CommandTrees.DbExpression spatialValue)1235         public static System.Data.Common.CommandTrees.DbFunctionExpression IsEmptySpatial(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
IsRing(this System.Data.Common.CommandTrees.DbExpression geometryValue)1236         public static System.Data.Common.CommandTrees.DbFunctionExpression IsRing(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
IsSimpleGeometry(this System.Data.Common.CommandTrees.DbExpression geometryValue)1237         public static System.Data.Common.CommandTrees.DbFunctionExpression IsSimpleGeometry(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
IsValidGeometry(this System.Data.Common.CommandTrees.DbExpression geometryValue)1238         public static System.Data.Common.CommandTrees.DbFunctionExpression IsValidGeometry(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
Latitude(this System.Data.Common.CommandTrees.DbExpression geographyValue)1239         public static System.Data.Common.CommandTrees.DbFunctionExpression Latitude(this System.Data.Common.CommandTrees.DbExpression geographyValue) { throw null; }
Longitude(this System.Data.Common.CommandTrees.DbExpression geographyValue)1240         public static System.Data.Common.CommandTrees.DbFunctionExpression Longitude(this System.Data.Common.CommandTrees.DbExpression geographyValue) { throw null; }
Measure(this System.Data.Common.CommandTrees.DbExpression spatialValue)1241         public static System.Data.Common.CommandTrees.DbFunctionExpression Measure(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
PointAt(this System.Data.Common.CommandTrees.DbExpression spatialValue, System.Data.Common.CommandTrees.DbExpression indexValue)1242         public static System.Data.Common.CommandTrees.DbFunctionExpression PointAt(this System.Data.Common.CommandTrees.DbExpression spatialValue, System.Data.Common.CommandTrees.DbExpression indexValue) { throw null; }
PointCount(this System.Data.Common.CommandTrees.DbExpression spatialValue)1243         public static System.Data.Common.CommandTrees.DbFunctionExpression PointCount(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
PointOnSurface(this System.Data.Common.CommandTrees.DbExpression geometryValue)1244         public static System.Data.Common.CommandTrees.DbFunctionExpression PointOnSurface(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
SpatialBoundary(this System.Data.Common.CommandTrees.DbExpression geometryValue)1245         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialBoundary(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
SpatialBuffer(this System.Data.Common.CommandTrees.DbExpression spatialValue, System.Data.Common.CommandTrees.DbExpression distance)1246         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialBuffer(this System.Data.Common.CommandTrees.DbExpression spatialValue, System.Data.Common.CommandTrees.DbExpression distance) { throw null; }
SpatialContains(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2)1247         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialContains(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2) { throw null; }
SpatialConvexHull(this System.Data.Common.CommandTrees.DbExpression geometryValue)1248         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialConvexHull(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
SpatialCrosses(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2)1249         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialCrosses(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2) { throw null; }
SpatialDifference(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2)1250         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialDifference(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2) { throw null; }
SpatialDimension(this System.Data.Common.CommandTrees.DbExpression spatialValue)1251         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialDimension(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
SpatialDisjoint(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2)1252         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialDisjoint(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2) { throw null; }
SpatialElementAt(this System.Data.Common.CommandTrees.DbExpression spatialValue, System.Data.Common.CommandTrees.DbExpression indexValue)1253         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialElementAt(this System.Data.Common.CommandTrees.DbExpression spatialValue, System.Data.Common.CommandTrees.DbExpression indexValue) { throw null; }
SpatialElementCount(this System.Data.Common.CommandTrees.DbExpression spatialValue)1254         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialElementCount(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
SpatialEnvelope(this System.Data.Common.CommandTrees.DbExpression geometryValue)1255         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialEnvelope(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
SpatialEquals(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2)1256         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialEquals(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2) { throw null; }
SpatialIntersection(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2)1257         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialIntersection(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2) { throw null; }
SpatialIntersects(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2)1258         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialIntersects(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2) { throw null; }
SpatialLength(this System.Data.Common.CommandTrees.DbExpression spatialValue)1259         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialLength(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
SpatialOverlaps(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2)1260         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialOverlaps(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2) { throw null; }
SpatialRelate(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2, System.Data.Common.CommandTrees.DbExpression intersectionPatternMatrix)1261         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialRelate(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2, System.Data.Common.CommandTrees.DbExpression intersectionPatternMatrix) { throw null; }
SpatialSymmetricDifference(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2)1262         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialSymmetricDifference(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2) { throw null; }
SpatialTouches(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2)1263         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialTouches(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2) { throw null; }
SpatialTypeName(this System.Data.Common.CommandTrees.DbExpression spatialValue)1264         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialTypeName(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
SpatialUnion(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2)1265         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialUnion(this System.Data.Common.CommandTrees.DbExpression spatialValue1, System.Data.Common.CommandTrees.DbExpression spatialValue2) { throw null; }
SpatialWithin(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2)1266         public static System.Data.Common.CommandTrees.DbFunctionExpression SpatialWithin(this System.Data.Common.CommandTrees.DbExpression geometryValue1, System.Data.Common.CommandTrees.DbExpression geometryValue2) { throw null; }
StartPoint(this System.Data.Common.CommandTrees.DbExpression spatialValue)1267         public static System.Data.Common.CommandTrees.DbFunctionExpression StartPoint(this System.Data.Common.CommandTrees.DbExpression spatialValue) { throw null; }
XCoordinate(this System.Data.Common.CommandTrees.DbExpression geometryValue)1268         public static System.Data.Common.CommandTrees.DbFunctionExpression XCoordinate(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
YCoordinate(this System.Data.Common.CommandTrees.DbExpression geometryValue)1269         public static System.Data.Common.CommandTrees.DbFunctionExpression YCoordinate(this System.Data.Common.CommandTrees.DbExpression geometryValue) { throw null; }
1270     }
1271 }
1272 namespace System.Data.Common.EntitySql
1273 {
1274     public sealed partial class EntitySqlParser
1275     {
EntitySqlParser()1276         internal EntitySqlParser() { }
Parse(string query, params System.Data.Common.CommandTrees.DbParameterReferenceExpression[] parameters)1277         public System.Data.Common.EntitySql.ParseResult Parse(string query, params System.Data.Common.CommandTrees.DbParameterReferenceExpression[] parameters) { throw null; }
ParseLambda(string query, params System.Data.Common.CommandTrees.DbVariableReferenceExpression[] variables)1278         public System.Data.Common.CommandTrees.DbLambda ParseLambda(string query, params System.Data.Common.CommandTrees.DbVariableReferenceExpression[] variables) { throw null; }
1279     }
1280     public sealed partial class FunctionDefinition
1281     {
FunctionDefinition()1282         internal FunctionDefinition() { }
1283         public int EndPosition { get { throw null; } }
1284         public System.Data.Common.CommandTrees.DbLambda Lambda { get { throw null; } }
1285         public string Name { get { throw null; } }
1286         public int StartPosition { get { throw null; } }
1287     }
1288     public sealed partial class ParseResult
1289     {
ParseResult()1290         internal ParseResult() { }
1291         public System.Data.Common.CommandTrees.DbCommandTree CommandTree { get { throw null; } }
1292         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Common.EntitySql.FunctionDefinition> FunctionDefinitions { get { throw null; } }
1293     }
1294 }
1295 namespace System.Data.EntityClient
1296 {
1297     public sealed partial class EntityCommand : System.Data.Common.DbCommand
1298     {
EntityCommand()1299         public EntityCommand() { }
EntityCommand(string statement)1300         public EntityCommand(string statement) { }
EntityCommand(string statement, System.Data.EntityClient.EntityConnection connection)1301         public EntityCommand(string statement, System.Data.EntityClient.EntityConnection connection) { }
EntityCommand(string statement, System.Data.EntityClient.EntityConnection connection, System.Data.EntityClient.EntityTransaction transaction)1302         public EntityCommand(string statement, System.Data.EntityClient.EntityConnection connection, System.Data.EntityClient.EntityTransaction transaction) { }
1303         public override string CommandText { get { throw null; } set { } }
1304         public override int CommandTimeout { get { throw null; } set { } }
1305         public System.Data.Common.CommandTrees.DbCommandTree CommandTree { get { throw null; } set { } }
1306         public override System.Data.CommandType CommandType { get { throw null; } set { } }
1307         public new System.Data.EntityClient.EntityConnection Connection { get { throw null; } set { } }
1308         protected override System.Data.Common.DbConnection DbConnection { get { throw null; } set { } }
1309         protected override System.Data.Common.DbParameterCollection DbParameterCollection { get { throw null; } }
1310         protected override System.Data.Common.DbTransaction DbTransaction { get { throw null; } set { } }
1311         public override bool DesignTimeVisible { get { throw null; } set { } }
1312         public bool EnablePlanCaching { get { throw null; } set { } }
1313         public new System.Data.EntityClient.EntityParameterCollection Parameters { get { throw null; } }
1314         public new System.Data.EntityClient.EntityTransaction Transaction { get { throw null; } set { } }
1315         public override System.Data.UpdateRowSource UpdatedRowSource { get { throw null; } set { } }
Cancel()1316         public override void Cancel() { }
CreateDbParameter()1317         protected override System.Data.Common.DbParameter CreateDbParameter() { throw null; }
CreateParameter()1318         public new System.Data.EntityClient.EntityParameter CreateParameter() { throw null; }
ExecuteDbDataReader(System.Data.CommandBehavior behavior)1319         protected override System.Data.Common.DbDataReader ExecuteDbDataReader(System.Data.CommandBehavior behavior) { throw null; }
ExecuteNonQuery()1320         public override int ExecuteNonQuery() { throw null; }
ExecuteReader()1321         public new System.Data.EntityClient.EntityDataReader ExecuteReader() { throw null; }
ExecuteReader(System.Data.CommandBehavior behavior)1322         public new System.Data.EntityClient.EntityDataReader ExecuteReader(System.Data.CommandBehavior behavior) { throw null; }
ExecuteScalar()1323         public override object ExecuteScalar() { throw null; }
Prepare()1324         public override void Prepare() { }
1325         [System.ComponentModel.BrowsableAttribute(false)]
ToTraceString()1326         public string ToTraceString() { throw null; }
1327     }
1328     public sealed partial class EntityConnection : System.Data.Common.DbConnection
1329     {
EntityConnection()1330         public EntityConnection() { }
EntityConnection(System.Data.Metadata.Edm.MetadataWorkspace workspace, System.Data.Common.DbConnection connection)1331         public EntityConnection(System.Data.Metadata.Edm.MetadataWorkspace workspace, System.Data.Common.DbConnection connection) { }
EntityConnection(string connectionString)1332         public EntityConnection(string connectionString) { }
1333         public override string ConnectionString { get { throw null; } set { } }
1334         public override int ConnectionTimeout { get { throw null; } }
1335         public override string Database { get { throw null; } }
1336         public override string DataSource { get { throw null; } }
1337         protected override System.Data.Common.DbProviderFactory DbProviderFactory { get { throw null; } }
1338         public override string ServerVersion { get { throw null; } }
1339         public override System.Data.ConnectionState State { get { throw null; } }
1340         public System.Data.Common.DbConnection StoreConnection { get { throw null; } }
BeginDbTransaction(System.Data.IsolationLevel isolationLevel)1341         protected override System.Data.Common.DbTransaction BeginDbTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
BeginTransaction()1342         public new System.Data.EntityClient.EntityTransaction BeginTransaction() { throw null; }
BeginTransaction(System.Data.IsolationLevel isolationLevel)1343         public new System.Data.EntityClient.EntityTransaction BeginTransaction(System.Data.IsolationLevel isolationLevel) { throw null; }
ChangeDatabase(string databaseName)1344         public override void ChangeDatabase(string databaseName) { }
Close()1345         public override void Close() { }
CreateCommand()1346         public new System.Data.EntityClient.EntityCommand CreateCommand() { throw null; }
CreateDbCommand()1347         protected override System.Data.Common.DbCommand CreateDbCommand() { throw null; }
Dispose(bool disposing)1348         protected override void Dispose(bool disposing) { }
EnlistTransaction(System.Transactions.Transaction transaction)1349         public override void EnlistTransaction(System.Transactions.Transaction transaction) { }
1350         [System.CLSCompliantAttribute(false)]
GetMetadataWorkspace()1351         public System.Data.Metadata.Edm.MetadataWorkspace GetMetadataWorkspace() { throw null; }
Open()1352         public override void Open() { }
1353     }
1354     public sealed partial class EntityConnectionStringBuilder : System.Data.Common.DbConnectionStringBuilder
1355     {
EntityConnectionStringBuilder()1356         public EntityConnectionStringBuilder() { }
EntityConnectionStringBuilder(string connectionString)1357         public EntityConnectionStringBuilder(string connectionString) { }
1358         public override bool IsFixedSize { get { throw null; } }
1359         public override object this[string keyword] { get { throw null; } set { } }
1360         public override System.Collections.ICollection Keys { get { throw null; } }
1361         [System.ComponentModel.DisplayNameAttribute("Metadata")]
1362         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1363         public string Metadata { get { throw null; } set { } }
1364         [System.ComponentModel.DisplayNameAttribute("Name")]
1365         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1366         public string Name { get { throw null; } set { } }
1367         [System.ComponentModel.DisplayNameAttribute("Provider")]
1368         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1369         public string Provider { get { throw null; } set { } }
1370         [System.ComponentModel.DisplayNameAttribute("Provider Connection String")]
1371         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1372         public string ProviderConnectionString { get { throw null; } set { } }
Clear()1373         public override void Clear() { }
ContainsKey(string keyword)1374         public override bool ContainsKey(string keyword) { throw null; }
Remove(string keyword)1375         public override bool Remove(string keyword) { throw null; }
TryGetValue(string keyword, out object value)1376         public override bool TryGetValue(string keyword, out object value) { value = default(object); throw null; }
1377     }
1378     public partial class EntityDataReader : System.Data.Common.DbDataReader, System.Data.IDataRecord, System.Data.IExtendedDataRecord
1379     {
EntityDataReader()1380         internal EntityDataReader() { }
1381         public System.Data.Common.DataRecordInfo DataRecordInfo { get { throw null; } }
1382         public override int Depth { get { throw null; } }
1383         public override int FieldCount { get { throw null; } }
1384         public override bool HasRows { get { throw null; } }
1385         public override bool IsClosed { get { throw null; } }
1386         public override object this[int ordinal] { get { throw null; } }
1387         public override object this[string name] { get { throw null; } }
1388         public override int RecordsAffected { get { throw null; } }
1389         public override int VisibleFieldCount { get { throw null; } }
Close()1390         public override void Close() { }
Dispose(bool disposing)1391         protected override void Dispose(bool disposing) { }
GetBoolean(int ordinal)1392         public override bool GetBoolean(int ordinal) { throw null; }
GetByte(int ordinal)1393         public override byte GetByte(int ordinal) { throw null; }
GetBytes(int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length)1394         public override long GetBytes(int ordinal, long dataOffset, byte[] buffer, int bufferOffset, int length) { throw null; }
GetChar(int ordinal)1395         public override char GetChar(int ordinal) { throw null; }
GetChars(int ordinal, long dataOffset, char[] buffer, int bufferOffset, int length)1396         public override long GetChars(int ordinal, long dataOffset, char[] buffer, int bufferOffset, int length) { throw null; }
GetDataReader(int i)1397         public System.Data.Common.DbDataReader GetDataReader(int i) { throw null; }
GetDataRecord(int i)1398         public System.Data.Common.DbDataRecord GetDataRecord(int i) { throw null; }
GetDataTypeName(int ordinal)1399         public override string GetDataTypeName(int ordinal) { throw null; }
GetDateTime(int ordinal)1400         public override System.DateTime GetDateTime(int ordinal) { throw null; }
GetDbDataReader(int ordinal)1401         protected override System.Data.Common.DbDataReader GetDbDataReader(int ordinal) { throw null; }
GetDecimal(int ordinal)1402         public override decimal GetDecimal(int ordinal) { throw null; }
GetDouble(int ordinal)1403         public override double GetDouble(int ordinal) { throw null; }
GetEnumerator()1404         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetFieldType(int ordinal)1405         public override System.Type GetFieldType(int ordinal) { throw null; }
GetFloat(int ordinal)1406         public override float GetFloat(int ordinal) { throw null; }
GetGuid(int ordinal)1407         public override System.Guid GetGuid(int ordinal) { throw null; }
GetInt16(int ordinal)1408         public override short GetInt16(int ordinal) { throw null; }
GetInt32(int ordinal)1409         public override int GetInt32(int ordinal) { throw null; }
GetInt64(int ordinal)1410         public override long GetInt64(int ordinal) { throw null; }
GetName(int ordinal)1411         public override string GetName(int ordinal) { throw null; }
GetOrdinal(string name)1412         public override int GetOrdinal(string name) { throw null; }
1413         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetProviderSpecificFieldType(int ordinal)1414         public override System.Type GetProviderSpecificFieldType(int ordinal) { throw null; }
1415         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetProviderSpecificValue(int ordinal)1416         public override object GetProviderSpecificValue(int ordinal) { throw null; }
1417         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
GetProviderSpecificValues(object[] values)1418         public override int GetProviderSpecificValues(object[] values) { throw null; }
GetSchemaTable()1419         public override System.Data.DataTable GetSchemaTable() { throw null; }
GetString(int ordinal)1420         public override string GetString(int ordinal) { throw null; }
GetValue(int ordinal)1421         public override object GetValue(int ordinal) { throw null; }
GetValues(object[] values)1422         public override int GetValues(object[] values) { throw null; }
IsDBNull(int ordinal)1423         public override bool IsDBNull(int ordinal) { throw null; }
NextResult()1424         public override bool NextResult() { throw null; }
Read()1425         public override bool Read() { throw null; }
1426     }
1427     public sealed partial class EntityParameter : System.Data.Common.DbParameter, System.Data.IDataParameter, System.Data.IDbDataParameter
1428     {
EntityParameter()1429         public EntityParameter() { }
EntityParameter(string parameterName, System.Data.DbType dbType)1430         public EntityParameter(string parameterName, System.Data.DbType dbType) { }
EntityParameter(string parameterName, System.Data.DbType dbType, int size)1431         public EntityParameter(string parameterName, System.Data.DbType dbType, int size) { }
EntityParameter(string parameterName, System.Data.DbType dbType, int size, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion sourceVersion, object value)1432         public EntityParameter(string parameterName, System.Data.DbType dbType, int size, System.Data.ParameterDirection direction, bool isNullable, byte precision, byte scale, string sourceColumn, System.Data.DataRowVersion sourceVersion, object value) { }
EntityParameter(string parameterName, System.Data.DbType dbType, int size, string sourceColumn)1433         public EntityParameter(string parameterName, System.Data.DbType dbType, int size, string sourceColumn) { }
1434         public override System.Data.DbType DbType { get { throw null; } set { } }
1435         [System.ComponentModel.RefreshPropertiesAttribute((System.ComponentModel.RefreshProperties)(1))]
1436         public override System.Data.ParameterDirection Direction { get { throw null; } set { } }
1437         public System.Data.Metadata.Edm.EdmType EdmType { get { throw null; } set { } }
1438         public override bool IsNullable { get { throw null; } set { } }
1439         public override string ParameterName { get { throw null; } set { } }
1440         public new byte Precision { get { throw null; } set { } }
1441         public new byte Scale { get { throw null; } set { } }
1442         public override int Size { get { throw null; } set { } }
1443         public override string SourceColumn { get { throw null; } set { } }
1444         public override bool SourceColumnNullMapping { get { throw null; } set { } }
1445         public override System.Data.DataRowVersion SourceVersion { get { throw null; } set { } }
1446         public override object Value { get { throw null; } set { } }
ResetDbType()1447         public override void ResetDbType() { }
ToString()1448         public override string ToString() { throw null; }
1449     }
1450     public sealed partial class EntityParameterCollection : System.Data.Common.DbParameterCollection
1451     {
EntityParameterCollection()1452         internal EntityParameterCollection() { }
1453         public override int Count { get { throw null; } }
1454         public override bool IsFixedSize { get { throw null; } }
1455         public override bool IsReadOnly { get { throw null; } }
1456         public override bool IsSynchronized { get { throw null; } }
1457         public new System.Data.EntityClient.EntityParameter this[int index] { get { throw null; } set { } }
1458         public new System.Data.EntityClient.EntityParameter this[string parameterName] { get { throw null; } set { } }
1459         public override object SyncRoot { get { throw null; } }
Add(System.Data.EntityClient.EntityParameter value)1460         public System.Data.EntityClient.EntityParameter Add(System.Data.EntityClient.EntityParameter value) { throw null; }
1461         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
Add(object value)1462         public override int Add(object value) { throw null; }
Add(string parameterName, System.Data.DbType dbType)1463         public System.Data.EntityClient.EntityParameter Add(string parameterName, System.Data.DbType dbType) { throw null; }
Add(string parameterName, System.Data.DbType dbType, int size)1464         public System.Data.EntityClient.EntityParameter Add(string parameterName, System.Data.DbType dbType, int size) { throw null; }
AddRange(System.Array values)1465         public override void AddRange(System.Array values) { }
AddRange(System.Data.EntityClient.EntityParameter[] values)1466         public void AddRange(System.Data.EntityClient.EntityParameter[] values) { }
AddWithValue(string parameterName, object value)1467         public System.Data.EntityClient.EntityParameter AddWithValue(string parameterName, object value) { throw null; }
Clear()1468         public override void Clear() { }
Contains(object value)1469         public override bool Contains(object value) { throw null; }
Contains(string parameterName)1470         public override bool Contains(string parameterName) { throw null; }
CopyTo(System.Array array, int index)1471         public override void CopyTo(System.Array array, int index) { }
CopyTo(System.Data.EntityClient.EntityParameter[] array, int index)1472         public void CopyTo(System.Data.EntityClient.EntityParameter[] array, int index) { }
GetEnumerator()1473         public override System.Collections.IEnumerator GetEnumerator() { throw null; }
GetParameter(int index)1474         protected override System.Data.Common.DbParameter GetParameter(int index) { throw null; }
GetParameter(string parameterName)1475         protected override System.Data.Common.DbParameter GetParameter(string parameterName) { throw null; }
IndexOf(System.Data.EntityClient.EntityParameter value)1476         public int IndexOf(System.Data.EntityClient.EntityParameter value) { throw null; }
IndexOf(object value)1477         public override int IndexOf(object value) { throw null; }
IndexOf(string parameterName)1478         public override int IndexOf(string parameterName) { throw null; }
Insert(int index, System.Data.EntityClient.EntityParameter value)1479         public void Insert(int index, System.Data.EntityClient.EntityParameter value) { }
Insert(int index, object value)1480         public override void Insert(int index, object value) { }
Remove(System.Data.EntityClient.EntityParameter value)1481         public void Remove(System.Data.EntityClient.EntityParameter value) { }
Remove(object value)1482         public override void Remove(object value) { }
RemoveAt(int index)1483         public override void RemoveAt(int index) { }
RemoveAt(string parameterName)1484         public override void RemoveAt(string parameterName) { }
SetParameter(int index, System.Data.Common.DbParameter value)1485         protected override void SetParameter(int index, System.Data.Common.DbParameter value) { }
SetParameter(string parameterName, System.Data.Common.DbParameter value)1486         protected override void SetParameter(string parameterName, System.Data.Common.DbParameter value) { }
1487     }
1488     public sealed partial class EntityProviderFactory : System.Data.Common.DbProviderFactory, System.IServiceProvider
1489     {
EntityProviderFactory()1490         internal EntityProviderFactory() { }
1491         public static readonly System.Data.EntityClient.EntityProviderFactory Instance;
CreateCommand()1492         public override System.Data.Common.DbCommand CreateCommand() { throw null; }
CreateCommandBuilder()1493         public override System.Data.Common.DbCommandBuilder CreateCommandBuilder() { throw null; }
CreateConnection()1494         public override System.Data.Common.DbConnection CreateConnection() { throw null; }
CreateConnectionStringBuilder()1495         public override System.Data.Common.DbConnectionStringBuilder CreateConnectionStringBuilder() { throw null; }
CreateDataAdapter()1496         public override System.Data.Common.DbDataAdapter CreateDataAdapter() { throw null; }
CreateParameter()1497         public override System.Data.Common.DbParameter CreateParameter() { throw null; }
CreatePermission(System.Security.Permissions.PermissionState state)1498         public override System.Security.CodeAccessPermission CreatePermission(System.Security.Permissions.PermissionState state) { throw null; }
System.IServiceProvider.GetService(System.Type serviceType)1499         object System.IServiceProvider.GetService(System.Type serviceType) { throw null; }
1500     }
1501     public sealed partial class EntityTransaction : System.Data.Common.DbTransaction
1502     {
EntityTransaction()1503         internal EntityTransaction() { }
1504         public new System.Data.EntityClient.EntityConnection Connection { get { throw null; } }
1505         protected override System.Data.Common.DbConnection DbConnection { get { throw null; } }
1506         public override System.Data.IsolationLevel IsolationLevel { get { throw null; } }
Commit()1507         public override void Commit() { }
Dispose(bool disposing)1508         protected override void Dispose(bool disposing) { }
Rollback()1509         public override void Rollback() { }
1510     }
1511 }
1512 namespace System.Data.Mapping
1513 {
1514     public abstract partial class EntityViewContainer
1515     {
EntityViewContainer()1516         protected EntityViewContainer() { }
1517         public string EdmEntityContainerName { get { throw null; } set { } }
1518         public string HashOverAllExtentViews { get { throw null; } set { } }
1519         public string HashOverMappingClosure { get { throw null; } set { } }
1520         public string StoreEntityContainerName { get { throw null; } set { } }
1521         public int ViewCount { get { throw null; } protected set { } }
GetViewAt(int index)1522         protected abstract System.Collections.Generic.KeyValuePair<string, string> GetViewAt(int index);
1523     }
1524     [System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=true)]
1525     public sealed partial class EntityViewGenerationAttribute : System.Attribute
1526     {
EntityViewGenerationAttribute(System.Type viewGenerationType)1527         public EntityViewGenerationAttribute(System.Type viewGenerationType) { }
1528         public System.Type ViewGenerationType { get { throw null; } }
1529     }
1530     [System.CLSCompliantAttribute(false)]
1531     public abstract partial class MappingItemCollection : System.Data.Metadata.Edm.ItemCollection
1532     {
MappingItemCollection()1533         internal MappingItemCollection() { }
1534     }
1535     [System.CLSCompliantAttribute(false)]
1536     public partial class StorageMappingItemCollection : System.Data.Mapping.MappingItemCollection
1537     {
StorageMappingItemCollection(System.Data.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Metadata.Edm.StoreItemCollection storeCollection, System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders)1538         public StorageMappingItemCollection(System.Data.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Metadata.Edm.StoreItemCollection storeCollection, System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders) { }
StorageMappingItemCollection(System.Data.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Metadata.Edm.StoreItemCollection storeCollection, params string[] filePaths)1539         public StorageMappingItemCollection(System.Data.Metadata.Edm.EdmItemCollection edmCollection, System.Data.Metadata.Edm.StoreItemCollection storeCollection, params string[] filePaths) { }
1540         public double MappingVersion { get { throw null; } }
1541     }
1542 }
1543 namespace System.Data.Metadata.Edm
1544 {
1545     public sealed partial class AssociationEndMember : System.Data.Metadata.Edm.RelationshipEndMember
1546     {
AssociationEndMember()1547         internal AssociationEndMember() { }
1548         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1549     }
1550     public sealed partial class AssociationSet : System.Data.Metadata.Edm.RelationshipSet
1551     {
AssociationSet()1552         internal AssociationSet() { }
1553         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.AssociationSetEnd> AssociationSetEnds { get { throw null; } }
1554         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1555         public new System.Data.Metadata.Edm.AssociationType ElementType { get { throw null; } }
1556     }
1557     public sealed partial class AssociationSetEnd : System.Data.Metadata.Edm.MetadataItem
1558     {
AssociationSetEnd()1559         internal AssociationSetEnd() { }
1560         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1561         public System.Data.Metadata.Edm.AssociationEndMember CorrespondingAssociationEndMember { get { throw null; } }
1562         public System.Data.Metadata.Edm.EntitySet EntitySet { get { throw null; } }
1563         public string Name { get { throw null; } }
1564         public System.Data.Metadata.Edm.AssociationSet ParentAssociationSet { get { throw null; } }
1565         [System.ObsoleteAttribute("This property is going away, please use the Name property instead")]
1566         public string Role { get { throw null; } }
ToString()1567         public override string ToString() { throw null; }
1568     }
1569     public sealed partial class AssociationType : System.Data.Metadata.Edm.RelationshipType
1570     {
AssociationType()1571         internal AssociationType() { }
1572         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.AssociationEndMember> AssociationEndMembers { get { throw null; } }
1573         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1574         public bool IsForeignKey { get { throw null; } }
1575         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.ReferentialConstraint> ReferentialConstraints { get { throw null; } }
1576     }
1577     public enum BuiltInTypeKind
1578     {
1579         AssociationEndMember = 0,
1580         AssociationSet = 2,
1581         AssociationSetEnd = 1,
1582         AssociationType = 3,
1583         CollectionKind = 7,
1584         CollectionType = 6,
1585         ComplexType = 8,
1586         Documentation = 9,
1587         EdmFunction = 18,
1588         EdmMember = 24,
1589         EdmProperty = 28,
1590         EdmType = 11,
1591         EntityContainer = 12,
1592         EntitySet = 13,
1593         EntitySetBase = 4,
1594         EntityType = 14,
1595         EntityTypeBase = 5,
1596         EnumMember = 16,
1597         EnumType = 15,
1598         Facet = 17,
1599         FunctionParameter = 19,
1600         GlobalItem = 20,
1601         MetadataItem = 23,
1602         MetadataProperty = 21,
1603         NavigationProperty = 22,
1604         OperationAction = 10,
1605         ParameterMode = 25,
1606         PrimitiveType = 26,
1607         PrimitiveTypeKind = 27,
1608         ProviderManifest = 29,
1609         ReferentialConstraint = 30,
1610         RefType = 31,
1611         RelationshipEndMember = 32,
1612         RelationshipMultiplicity = 33,
1613         RelationshipSet = 34,
1614         RelationshipType = 35,
1615         RowType = 36,
1616         SimpleType = 37,
1617         StructuralType = 38,
1618         TypeUsage = 39,
1619     }
1620     public enum CollectionKind
1621     {
1622         Bag = 1,
1623         List = 2,
1624         None = 0,
1625     }
1626     public sealed partial class CollectionType : System.Data.Metadata.Edm.EdmType
1627     {
CollectionType()1628         internal CollectionType() { }
1629         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1630         public System.Data.Metadata.Edm.TypeUsage TypeUsage { get { throw null; } }
1631     }
1632     public partial class ComplexType : System.Data.Metadata.Edm.StructuralType
1633     {
ComplexType()1634         internal ComplexType() { }
1635         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1636         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EdmProperty> Properties { get { throw null; } }
1637     }
1638     public enum ConcurrencyMode
1639     {
1640         Fixed = 1,
1641         None = 0,
1642     }
1643     public enum DataSpace
1644     {
1645         CSpace = 1,
1646         CSSpace = 4,
1647         OCSpace = 3,
1648         OSpace = 0,
1649         SSpace = 2,
1650     }
1651     public sealed partial class Documentation : System.Data.Metadata.Edm.MetadataItem
1652     {
Documentation()1653         internal Documentation() { }
1654         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1655         public bool IsEmpty { get { throw null; } }
1656         public string LongDescription { get { throw null; } }
1657         public string Summary { get { throw null; } }
ToString()1658         public override string ToString() { throw null; }
1659     }
1660     [System.SerializableAttribute]
1661     public abstract partial class EdmError
1662     {
EdmError()1663         internal EdmError() { }
1664         public string Message { get { throw null; } }
1665     }
1666     public sealed partial class EdmFunction : System.Data.Metadata.Edm.EdmType
1667     {
EdmFunction()1668         internal EdmFunction() { }
1669         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1670         public string CommandTextAttribute { get { throw null; } }
1671         public override string FullName { get { throw null; } }
1672         public bool IsComposableAttribute { get { throw null; } }
1673         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.FunctionParameter> Parameters { get { throw null; } }
1674         public System.Data.Metadata.Edm.FunctionParameter ReturnParameter { get { throw null; } }
1675         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.FunctionParameter> ReturnParameters { get { throw null; } }
1676     }
1677     [System.CLSCompliantAttribute(false)]
1678     public sealed partial class EdmItemCollection : System.Data.Metadata.Edm.ItemCollection
1679     {
EdmItemCollection(System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders)1680         public EdmItemCollection(System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders) { }
EdmItemCollection(params string[] filePaths)1681         public EdmItemCollection(params string[] filePaths) { }
1682         public double EdmVersion { get { throw null; } }
GetPrimitiveTypes()1683         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetPrimitiveTypes() { throw null; }
GetPrimitiveTypes(double edmVersion)1684         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetPrimitiveTypes(double edmVersion) { throw null; }
1685     }
1686     public abstract partial class EdmMember : System.Data.Metadata.Edm.MetadataItem
1687     {
EdmMember()1688         internal EdmMember() { }
1689         public System.Data.Metadata.Edm.StructuralType DeclaringType { get { throw null; } }
1690         public string Name { get { throw null; } }
1691         public System.Data.Metadata.Edm.TypeUsage TypeUsage { get { throw null; } }
ToString()1692         public override string ToString() { throw null; }
1693     }
1694     public sealed partial class EdmProperty : System.Data.Metadata.Edm.EdmMember
1695     {
EdmProperty()1696         internal EdmProperty() { }
1697         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1698         public object DefaultValue { get { throw null; } }
1699         public bool Nullable { get { throw null; } }
1700     }
1701     [System.SerializableAttribute]
1702     public sealed partial class EdmSchemaError : System.Data.Metadata.Edm.EdmError
1703     {
EdmSchemaError()1704         internal EdmSchemaError() { }
1705         public int Column { get { throw null; } }
1706         public int ErrorCode { get { throw null; } }
1707         public int Line { get { throw null; } }
1708         public string SchemaLocation { get { throw null; } }
1709         public string SchemaName { get { throw null; } }
1710         public System.Data.Metadata.Edm.EdmSchemaErrorSeverity Severity { get { throw null; } set { } }
1711         public string StackTrace { get { throw null; } }
ToString()1712         public override string ToString() { throw null; }
1713     }
1714     public enum EdmSchemaErrorSeverity
1715     {
1716         Error = 1,
1717         Warning = 0,
1718     }
1719     public abstract partial class EdmType : System.Data.Metadata.Edm.GlobalItem
1720     {
EdmType()1721         internal EdmType() { }
1722         public bool Abstract { get { throw null; } }
1723         public System.Data.Metadata.Edm.EdmType BaseType { get { throw null; } }
1724         public virtual string FullName { get { throw null; } }
1725         public string Name { get { throw null; } }
1726         public string NamespaceName { get { throw null; } }
GetCollectionType()1727         public System.Data.Metadata.Edm.CollectionType GetCollectionType() { throw null; }
ToString()1728         public override string ToString() { throw null; }
1729     }
1730     public sealed partial class EntityContainer : System.Data.Metadata.Edm.GlobalItem
1731     {
EntityContainer()1732         internal EntityContainer() { }
1733         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EntitySetBase> BaseEntitySets { get { throw null; } }
1734         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1735         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EdmFunction> FunctionImports { get { throw null; } }
1736         public string Name { get { throw null; } }
GetEntitySetByName(string name, bool ignoreCase)1737         public System.Data.Metadata.Edm.EntitySet GetEntitySetByName(string name, bool ignoreCase) { throw null; }
GetRelationshipSetByName(string name, bool ignoreCase)1738         public System.Data.Metadata.Edm.RelationshipSet GetRelationshipSetByName(string name, bool ignoreCase) { throw null; }
ToString()1739         public override string ToString() { throw null; }
TryGetEntitySetByName(string name, bool ignoreCase, out System.Data.Metadata.Edm.EntitySet entitySet)1740         public bool TryGetEntitySetByName(string name, bool ignoreCase, out System.Data.Metadata.Edm.EntitySet entitySet) { entitySet = default(System.Data.Metadata.Edm.EntitySet); throw null; }
TryGetRelationshipSetByName(string name, bool ignoreCase, out System.Data.Metadata.Edm.RelationshipSet relationshipSet)1741         public bool TryGetRelationshipSetByName(string name, bool ignoreCase, out System.Data.Metadata.Edm.RelationshipSet relationshipSet) { relationshipSet = default(System.Data.Metadata.Edm.RelationshipSet); throw null; }
1742     }
1743     public partial class EntitySet : System.Data.Metadata.Edm.EntitySetBase
1744     {
EntitySet()1745         internal EntitySet() { }
1746         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1747         public new System.Data.Metadata.Edm.EntityType ElementType { get { throw null; } }
1748     }
1749     public abstract partial class EntitySetBase : System.Data.Metadata.Edm.MetadataItem
1750     {
EntitySetBase()1751         internal EntitySetBase() { }
1752         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1753         public System.Data.Metadata.Edm.EntityTypeBase ElementType { get { throw null; } }
1754         public System.Data.Metadata.Edm.EntityContainer EntityContainer { get { throw null; } }
1755         public string Name { get { throw null; } }
ToString()1756         public override string ToString() { throw null; }
1757     }
1758     public partial class EntityType : System.Data.Metadata.Edm.EntityTypeBase
1759     {
EntityType()1760         internal EntityType() { }
1761         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1762         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.NavigationProperty> NavigationProperties { get { throw null; } }
1763         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EdmProperty> Properties { get { throw null; } }
GetReferenceType()1764         public System.Data.Metadata.Edm.RefType GetReferenceType() { throw null; }
1765     }
1766     public abstract partial class EntityTypeBase : System.Data.Metadata.Edm.StructuralType
1767     {
EntityTypeBase()1768         internal EntityTypeBase() { }
1769         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EdmMember> KeyMembers { get { throw null; } }
1770     }
1771     public sealed partial class EnumMember : System.Data.Metadata.Edm.MetadataItem
1772     {
EnumMember()1773         internal EnumMember() { }
1774         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1775         public string Name { get { throw null; } }
1776         public object Value { get { throw null; } }
ToString()1777         public override string ToString() { throw null; }
1778     }
1779     public partial class EnumType : System.Data.Metadata.Edm.SimpleType
1780     {
EnumType()1781         internal EnumType() { }
1782         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1783         public bool IsFlags { get { throw null; } }
1784         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EnumMember> Members { get { throw null; } }
1785         public System.Data.Metadata.Edm.PrimitiveType UnderlyingType { get { throw null; } }
1786     }
1787     [System.Diagnostics.DebuggerDisplayAttribute("{Name,nq}={Value}")]
1788     public sealed partial class Facet : System.Data.Metadata.Edm.MetadataItem
1789     {
Facet()1790         internal Facet() { }
1791         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1792         public System.Data.Metadata.Edm.FacetDescription Description { get { throw null; } }
1793         public System.Data.Metadata.Edm.EdmType FacetType { get { throw null; } }
1794         public bool IsUnbounded { get { throw null; } }
1795         public string Name { get { throw null; } }
1796         public object Value { get { throw null; } }
ToString()1797         public override string ToString() { throw null; }
1798     }
1799     public sealed partial class FacetDescription
1800     {
FacetDescription()1801         internal FacetDescription() { }
1802         public object DefaultValue { get { throw null; } }
1803         public string FacetName { get { throw null; } }
1804         public System.Data.Metadata.Edm.EdmType FacetType { get { throw null; } }
1805         public bool IsConstant { get { throw null; } }
1806         public bool IsRequired { get { throw null; } }
1807         public System.Nullable<int> MaxValue { get { throw null; } }
1808         public System.Nullable<int> MinValue { get { throw null; } }
ToString()1809         public override string ToString() { throw null; }
1810     }
1811     public sealed partial class FunctionParameter : System.Data.Metadata.Edm.MetadataItem
1812     {
FunctionParameter()1813         internal FunctionParameter() { }
1814         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1815         public System.Data.Metadata.Edm.EdmFunction DeclaringFunction { get { throw null; } }
1816         public System.Data.Metadata.Edm.ParameterMode Mode { get { throw null; } }
1817         public string Name { get { throw null; } }
1818         public System.Data.Metadata.Edm.TypeUsage TypeUsage { get { throw null; } }
ToString()1819         public override string ToString() { throw null; }
1820     }
1821     public abstract partial class GlobalItem : System.Data.Metadata.Edm.MetadataItem
1822     {
GlobalItem()1823         internal GlobalItem() { }
1824     }
1825     [System.CLSCompliantAttribute(false)]
1826     public abstract partial class ItemCollection : System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.GlobalItem>
1827     {
ItemCollection()1828         internal ItemCollection() { }
1829         public System.Data.Metadata.Edm.DataSpace DataSpace { get { throw null; } }
GetEntityContainer(string name)1830         public System.Data.Metadata.Edm.EntityContainer GetEntityContainer(string name) { throw null; }
GetEntityContainer(string name, bool ignoreCase)1831         public System.Data.Metadata.Edm.EntityContainer GetEntityContainer(string name, bool ignoreCase) { throw null; }
GetFunctions(System.Collections.Generic.Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction>> functionCollection, string functionName, bool ignoreCase)1832         protected static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetFunctions(System.Collections.Generic.Dictionary<string, System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction>> functionCollection, string functionName, bool ignoreCase) { throw null; }
GetFunctions(string functionName)1833         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetFunctions(string functionName) { throw null; }
GetFunctions(string functionName, bool ignoreCase)1834         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetFunctions(string functionName, bool ignoreCase) { throw null; }
1835         public virtual System.Collections.ObjectModel.ReadOnlyCollection<T> GetItems<T>() where T : System.Data.Metadata.Edm.GlobalItem { throw null; }
1836         public T GetItem<T>(string identity) where T : System.Data.Metadata.Edm.GlobalItem { throw null; }
1837         public T GetItem<T>(string identity, bool ignoreCase) where T : System.Data.Metadata.Edm.GlobalItem { throw null; }
GetType(string name, string namespaceName)1838         public System.Data.Metadata.Edm.EdmType GetType(string name, string namespaceName) { throw null; }
GetType(string name, string namespaceName, bool ignoreCase)1839         public System.Data.Metadata.Edm.EdmType GetType(string name, string namespaceName, bool ignoreCase) { throw null; }
TryGetEntityContainer(string name, bool ignoreCase, out System.Data.Metadata.Edm.EntityContainer entityContainer)1840         public bool TryGetEntityContainer(string name, bool ignoreCase, out System.Data.Metadata.Edm.EntityContainer entityContainer) { entityContainer = default(System.Data.Metadata.Edm.EntityContainer); throw null; }
TryGetEntityContainer(string name, out System.Data.Metadata.Edm.EntityContainer entityContainer)1841         public bool TryGetEntityContainer(string name, out System.Data.Metadata.Edm.EntityContainer entityContainer) { entityContainer = default(System.Data.Metadata.Edm.EntityContainer); throw null; }
1842         public bool TryGetItem<T>(string identity, bool ignoreCase, out T item) where T : System.Data.Metadata.Edm.GlobalItem { item = default(T); throw null; }
1843         public bool TryGetItem<T>(string identity, out T item) where T : System.Data.Metadata.Edm.GlobalItem { item = default(T); throw null; }
TryGetType(string name, string namespaceName, bool ignoreCase, out System.Data.Metadata.Edm.EdmType type)1844         public bool TryGetType(string name, string namespaceName, bool ignoreCase, out System.Data.Metadata.Edm.EdmType type) { type = default(System.Data.Metadata.Edm.EdmType); throw null; }
TryGetType(string name, string namespaceName, out System.Data.Metadata.Edm.EdmType type)1845         public bool TryGetType(string name, string namespaceName, out System.Data.Metadata.Edm.EdmType type) { type = default(System.Data.Metadata.Edm.EdmType); throw null; }
1846     }
1847     public abstract partial class MetadataItem
1848     {
MetadataItem()1849         internal MetadataItem() { }
1850         public abstract System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get; }
1851         public System.Data.Metadata.Edm.Documentation Documentation { get { throw null; } set { } }
1852         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.MetadataProperty> MetadataProperties { get { throw null; } }
GetBuiltInType(System.Data.Metadata.Edm.BuiltInTypeKind builtInTypeKind)1853         public static System.Data.Metadata.Edm.EdmType GetBuiltInType(System.Data.Metadata.Edm.BuiltInTypeKind builtInTypeKind) { throw null; }
GetGeneralFacetDescriptions()1854         public static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> GetGeneralFacetDescriptions() { throw null; }
1855     }
1856     public sealed partial class MetadataProperty : System.Data.Metadata.Edm.MetadataItem
1857     {
MetadataProperty()1858         internal MetadataProperty() { }
1859         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1860         public string Name { get { throw null; } }
1861         public System.Data.Metadata.Edm.PropertyKind PropertyKind { get { throw null; } }
1862         public System.Data.Metadata.Edm.TypeUsage TypeUsage { get { throw null; } }
1863         public object Value { get { throw null; } }
1864     }
1865     public sealed partial class MetadataWorkspace
1866     {
1867         public static readonly double MaximumEdmVersionSupported;
MetadataWorkspace()1868         public MetadataWorkspace() { }
MetadataWorkspace(System.Collections.Generic.IEnumerable<string> paths, System.Collections.Generic.IEnumerable<System.Reflection.Assembly> assembliesToConsider)1869         public MetadataWorkspace(System.Collections.Generic.IEnumerable<string> paths, System.Collections.Generic.IEnumerable<System.Reflection.Assembly> assembliesToConsider) { }
ClearCache()1870         public static void ClearCache() { }
CreateEntitySqlParser()1871         public System.Data.Common.EntitySql.EntitySqlParser CreateEntitySqlParser() { throw null; }
CreateQueryCommandTree(System.Data.Common.CommandTrees.DbExpression query)1872         public System.Data.Common.CommandTrees.DbQueryCommandTree CreateQueryCommandTree(System.Data.Common.CommandTrees.DbExpression query) { throw null; }
GetEdmSpaceType(System.Data.Metadata.Edm.EnumType objectSpaceType)1873         public System.Data.Metadata.Edm.EnumType GetEdmSpaceType(System.Data.Metadata.Edm.EnumType objectSpaceType) { throw null; }
GetEdmSpaceType(System.Data.Metadata.Edm.StructuralType objectSpaceType)1874         public System.Data.Metadata.Edm.StructuralType GetEdmSpaceType(System.Data.Metadata.Edm.StructuralType objectSpaceType) { throw null; }
GetEntityContainer(string name, bool ignoreCase, System.Data.Metadata.Edm.DataSpace dataSpace)1875         public System.Data.Metadata.Edm.EntityContainer GetEntityContainer(string name, bool ignoreCase, System.Data.Metadata.Edm.DataSpace dataSpace) { throw null; }
GetEntityContainer(string name, System.Data.Metadata.Edm.DataSpace dataSpace)1876         public System.Data.Metadata.Edm.EntityContainer GetEntityContainer(string name, System.Data.Metadata.Edm.DataSpace dataSpace) { throw null; }
GetFunctions(string name, string namespaceName, System.Data.Metadata.Edm.DataSpace dataSpace)1877         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetFunctions(string name, string namespaceName, System.Data.Metadata.Edm.DataSpace dataSpace) { throw null; }
GetFunctions(string name, string namespaceName, System.Data.Metadata.Edm.DataSpace dataSpace, bool ignoreCase)1878         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmFunction> GetFunctions(string name, string namespaceName, System.Data.Metadata.Edm.DataSpace dataSpace, bool ignoreCase) { throw null; }
1879         [System.CLSCompliantAttribute(false)]
GetItemCollection(System.Data.Metadata.Edm.DataSpace dataSpace)1880         public System.Data.Metadata.Edm.ItemCollection GetItemCollection(System.Data.Metadata.Edm.DataSpace dataSpace) { throw null; }
GetItems(System.Data.Metadata.Edm.DataSpace dataSpace)1881         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.GlobalItem> GetItems(System.Data.Metadata.Edm.DataSpace dataSpace) { throw null; }
1882         public System.Collections.ObjectModel.ReadOnlyCollection<T> GetItems<T>(System.Data.Metadata.Edm.DataSpace dataSpace) where T : System.Data.Metadata.Edm.GlobalItem { throw null; }
1883         public T GetItem<T>(string identity, bool ignoreCase, System.Data.Metadata.Edm.DataSpace dataSpace) where T : System.Data.Metadata.Edm.GlobalItem { throw null; }
1884         public T GetItem<T>(string identity, System.Data.Metadata.Edm.DataSpace dataSpace) where T : System.Data.Metadata.Edm.GlobalItem { throw null; }
GetObjectSpaceType(System.Data.Metadata.Edm.EnumType edmSpaceType)1885         public System.Data.Metadata.Edm.EnumType GetObjectSpaceType(System.Data.Metadata.Edm.EnumType edmSpaceType) { throw null; }
GetObjectSpaceType(System.Data.Metadata.Edm.StructuralType edmSpaceType)1886         public System.Data.Metadata.Edm.StructuralType GetObjectSpaceType(System.Data.Metadata.Edm.StructuralType edmSpaceType) { throw null; }
GetPrimitiveTypes(System.Data.Metadata.Edm.DataSpace dataSpace)1887         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetPrimitiveTypes(System.Data.Metadata.Edm.DataSpace dataSpace) { throw null; }
GetRelevantMembersForUpdate(System.Data.Metadata.Edm.EntitySetBase entitySet, System.Data.Metadata.Edm.EntityTypeBase entityType, bool partialUpdateSupported)1888         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.EdmMember> GetRelevantMembersForUpdate(System.Data.Metadata.Edm.EntitySetBase entitySet, System.Data.Metadata.Edm.EntityTypeBase entityType, bool partialUpdateSupported) { throw null; }
1889         [System.ObsoleteAttribute("Use MetadataWorkspace.GetRelevantMembersForUpdate(EntitySetBase, EntityTypeBase, bool) instead")]
GetRequiredOriginalValueMembers(System.Data.Metadata.Edm.EntitySetBase entitySet, System.Data.Metadata.Edm.EntityTypeBase entityType)1890         public System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.EdmMember> GetRequiredOriginalValueMembers(System.Data.Metadata.Edm.EntitySetBase entitySet, System.Data.Metadata.Edm.EntityTypeBase entityType) { throw null; }
GetType(string name, string namespaceName, bool ignoreCase, System.Data.Metadata.Edm.DataSpace dataSpace)1891         public System.Data.Metadata.Edm.EdmType GetType(string name, string namespaceName, bool ignoreCase, System.Data.Metadata.Edm.DataSpace dataSpace) { throw null; }
GetType(string name, string namespaceName, System.Data.Metadata.Edm.DataSpace dataSpace)1892         public System.Data.Metadata.Edm.EdmType GetType(string name, string namespaceName, System.Data.Metadata.Edm.DataSpace dataSpace) { throw null; }
LoadFromAssembly(System.Reflection.Assembly assembly)1893         public void LoadFromAssembly(System.Reflection.Assembly assembly) { }
LoadFromAssembly(System.Reflection.Assembly assembly, System.Action<string> logLoadMessage)1894         public void LoadFromAssembly(System.Reflection.Assembly assembly, System.Action<string> logLoadMessage) { }
1895         [System.CLSCompliantAttribute(false)]
RegisterItemCollection(System.Data.Metadata.Edm.ItemCollection collection)1896         public void RegisterItemCollection(System.Data.Metadata.Edm.ItemCollection collection) { }
TryGetEdmSpaceType(System.Data.Metadata.Edm.EnumType objectSpaceType, out System.Data.Metadata.Edm.EnumType edmSpaceType)1897         public bool TryGetEdmSpaceType(System.Data.Metadata.Edm.EnumType objectSpaceType, out System.Data.Metadata.Edm.EnumType edmSpaceType) { edmSpaceType = default(System.Data.Metadata.Edm.EnumType); throw null; }
TryGetEdmSpaceType(System.Data.Metadata.Edm.StructuralType objectSpaceType, out System.Data.Metadata.Edm.StructuralType edmSpaceType)1898         public bool TryGetEdmSpaceType(System.Data.Metadata.Edm.StructuralType objectSpaceType, out System.Data.Metadata.Edm.StructuralType edmSpaceType) { edmSpaceType = default(System.Data.Metadata.Edm.StructuralType); throw null; }
TryGetEntityContainer(string name, bool ignoreCase, System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.EntityContainer entityContainer)1899         public bool TryGetEntityContainer(string name, bool ignoreCase, System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.EntityContainer entityContainer) { entityContainer = default(System.Data.Metadata.Edm.EntityContainer); throw null; }
TryGetEntityContainer(string name, System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.EntityContainer entityContainer)1900         public bool TryGetEntityContainer(string name, System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.EntityContainer entityContainer) { entityContainer = default(System.Data.Metadata.Edm.EntityContainer); throw null; }
1901         [System.CLSCompliantAttribute(false)]
TryGetItemCollection(System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.ItemCollection collection)1902         public bool TryGetItemCollection(System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.ItemCollection collection) { collection = default(System.Data.Metadata.Edm.ItemCollection); throw null; }
1903         public bool TryGetItem<T>(string identity, bool ignoreCase, System.Data.Metadata.Edm.DataSpace dataSpace, out T item) where T : System.Data.Metadata.Edm.GlobalItem { item = default(T); throw null; }
1904         public bool TryGetItem<T>(string identity, System.Data.Metadata.Edm.DataSpace space, out T item) where T : System.Data.Metadata.Edm.GlobalItem { item = default(T); throw null; }
TryGetObjectSpaceType(System.Data.Metadata.Edm.EnumType edmSpaceType, out System.Data.Metadata.Edm.EnumType objectSpaceType)1905         public bool TryGetObjectSpaceType(System.Data.Metadata.Edm.EnumType edmSpaceType, out System.Data.Metadata.Edm.EnumType objectSpaceType) { objectSpaceType = default(System.Data.Metadata.Edm.EnumType); throw null; }
TryGetObjectSpaceType(System.Data.Metadata.Edm.StructuralType edmSpaceType, out System.Data.Metadata.Edm.StructuralType objectSpaceType)1906         public bool TryGetObjectSpaceType(System.Data.Metadata.Edm.StructuralType edmSpaceType, out System.Data.Metadata.Edm.StructuralType objectSpaceType) { objectSpaceType = default(System.Data.Metadata.Edm.StructuralType); throw null; }
TryGetType(string name, string namespaceName, bool ignoreCase, System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.EdmType type)1907         public bool TryGetType(string name, string namespaceName, bool ignoreCase, System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.EdmType type) { type = default(System.Data.Metadata.Edm.EdmType); throw null; }
TryGetType(string name, string namespaceName, System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.EdmType type)1908         public bool TryGetType(string name, string namespaceName, System.Data.Metadata.Edm.DataSpace dataSpace, out System.Data.Metadata.Edm.EdmType type) { type = default(System.Data.Metadata.Edm.EdmType); throw null; }
1909     }
1910     public sealed partial class NavigationProperty : System.Data.Metadata.Edm.EdmMember
1911     {
NavigationProperty()1912         internal NavigationProperty() { }
1913         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1914         public System.Data.Metadata.Edm.RelationshipEndMember FromEndMember { get { throw null; } }
1915         public System.Data.Metadata.Edm.RelationshipType RelationshipType { get { throw null; } }
1916         public System.Data.Metadata.Edm.RelationshipEndMember ToEndMember { get { throw null; } }
GetDependentProperties()1917         public System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.EdmProperty> GetDependentProperties() { throw null; }
1918     }
1919     [System.CLSCompliantAttribute(false)]
1920     public sealed partial class ObjectItemCollection : System.Data.Metadata.Edm.ItemCollection
1921     {
ObjectItemCollection()1922         public ObjectItemCollection() { }
GetClrType(System.Data.Metadata.Edm.EnumType objectSpaceType)1923         public System.Type GetClrType(System.Data.Metadata.Edm.EnumType objectSpaceType) { throw null; }
GetClrType(System.Data.Metadata.Edm.StructuralType objectSpaceType)1924         public System.Type GetClrType(System.Data.Metadata.Edm.StructuralType objectSpaceType) { throw null; }
GetItems()1925         public override System.Collections.ObjectModel.ReadOnlyCollection<T> GetItems<T>() { throw null; }
GetPrimitiveTypes()1926         public System.Collections.Generic.IEnumerable<System.Data.Metadata.Edm.PrimitiveType> GetPrimitiveTypes() { throw null; }
LoadFromAssembly(System.Reflection.Assembly assembly)1927         public void LoadFromAssembly(System.Reflection.Assembly assembly) { }
LoadFromAssembly(System.Reflection.Assembly assembly, System.Data.Metadata.Edm.EdmItemCollection edmItemCollection)1928         public void LoadFromAssembly(System.Reflection.Assembly assembly, System.Data.Metadata.Edm.EdmItemCollection edmItemCollection) { }
LoadFromAssembly(System.Reflection.Assembly assembly, System.Data.Metadata.Edm.EdmItemCollection edmItemCollection, System.Action<string> logLoadMessage)1929         public void LoadFromAssembly(System.Reflection.Assembly assembly, System.Data.Metadata.Edm.EdmItemCollection edmItemCollection, System.Action<string> logLoadMessage) { }
TryGetClrType(System.Data.Metadata.Edm.EnumType objectSpaceType, out System.Type clrType)1930         public bool TryGetClrType(System.Data.Metadata.Edm.EnumType objectSpaceType, out System.Type clrType) { clrType = default(System.Type); throw null; }
TryGetClrType(System.Data.Metadata.Edm.StructuralType objectSpaceType, out System.Type clrType)1931         public bool TryGetClrType(System.Data.Metadata.Edm.StructuralType objectSpaceType, out System.Type clrType) { clrType = default(System.Type); throw null; }
1932     }
1933     public enum OperationAction
1934     {
1935         Cascade = 1,
1936         None = 0,
1937         Restrict = 2,
1938     }
1939     public enum ParameterMode
1940     {
1941         In = 0,
1942         InOut = 2,
1943         Out = 1,
1944         ReturnValue = 3,
1945     }
1946     public enum ParameterTypeSemantics
1947     {
1948         AllowImplicitConversion = 0,
1949         AllowImplicitPromotion = 1,
1950         ExactMatchOnly = 2,
1951     }
1952     public sealed partial class PrimitiveType : System.Data.Metadata.Edm.SimpleType
1953     {
PrimitiveType()1954         internal PrimitiveType() { }
1955         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
1956         public System.Type ClrEquivalentType { get { throw null; } }
1957         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.FacetDescription> FacetDescriptions { get { throw null; } }
1958         public System.Data.Metadata.Edm.PrimitiveTypeKind PrimitiveTypeKind { get { throw null; } }
GetEdmPrimitiveType()1959         public System.Data.Metadata.Edm.EdmType GetEdmPrimitiveType() { throw null; }
GetEdmPrimitiveType(System.Data.Metadata.Edm.PrimitiveTypeKind primitiveTypeKind)1960         public static System.Data.Metadata.Edm.PrimitiveType GetEdmPrimitiveType(System.Data.Metadata.Edm.PrimitiveTypeKind primitiveTypeKind) { throw null; }
GetEdmPrimitiveTypes()1961         public static System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetEdmPrimitiveTypes() { throw null; }
1962     }
1963     public enum PrimitiveTypeKind
1964     {
1965         Binary = 0,
1966         Boolean = 1,
1967         Byte = 2,
1968         DateTime = 3,
1969         DateTimeOffset = 14,
1970         Decimal = 4,
1971         Double = 5,
1972         Geography = 16,
1973         GeographyCollection = 30,
1974         GeographyLineString = 25,
1975         GeographyMultiLineString = 28,
1976         GeographyMultiPoint = 27,
1977         GeographyMultiPolygon = 29,
1978         GeographyPoint = 24,
1979         GeographyPolygon = 26,
1980         Geometry = 15,
1981         GeometryCollection = 23,
1982         GeometryLineString = 18,
1983         GeometryMultiLineString = 21,
1984         GeometryMultiPoint = 20,
1985         GeometryMultiPolygon = 22,
1986         GeometryPoint = 17,
1987         GeometryPolygon = 19,
1988         Guid = 6,
1989         Int16 = 9,
1990         Int32 = 10,
1991         Int64 = 11,
1992         SByte = 8,
1993         Single = 7,
1994         String = 12,
1995         Time = 13,
1996     }
1997     public enum PropertyKind
1998     {
1999         Extended = 1,
2000         System = 0,
2001     }
2002     public partial class ReadOnlyMetadataCollection<T> : System.Collections.ObjectModel.ReadOnlyCollection<T> where T : System.Data.Metadata.Edm.MetadataItem
2003     {
ReadOnlyMetadataCollection()2004         internal ReadOnlyMetadataCollection() : base (default(System.Collections.Generic.IList<T>)) { }
2005         public bool IsReadOnly { get { throw null; } }
2006         public virtual T this[string identity] { get { throw null; } }
Contains(string identity)2007         public virtual bool Contains(string identity) { throw null; }
GetEnumerator()2008         public new System.Data.Metadata.Edm.ReadOnlyMetadataCollection<T>.Enumerator GetEnumerator() { throw null; }
GetValue(string identity, bool ignoreCase)2009         public virtual T GetValue(string identity, bool ignoreCase) { throw null; }
IndexOf(T value)2010         public virtual new int IndexOf(T value) { throw null; }
TryGetValue(string identity, bool ignoreCase, out T item)2011         public virtual bool TryGetValue(string identity, bool ignoreCase, out T item) { item = default(T); throw null; }
2012         [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
2013         public partial struct Enumerator : System.Collections.Generic.IEnumerator<T>, System.Collections.IEnumerator, System.IDisposable
2014         {
2015             public T Current { get { throw null; } }
2016             object System.Collections.IEnumerator.Current { get { throw null; } }
DisposeSystem.Data.Metadata.Edm.ReadOnlyMetadataCollection.Enumerator2017             public void Dispose() { }
MoveNextSystem.Data.Metadata.Edm.ReadOnlyMetadataCollection.Enumerator2018             public bool MoveNext() { throw null; }
ResetSystem.Data.Metadata.Edm.ReadOnlyMetadataCollection.Enumerator2019             public void Reset() { }
2020         }
2021     }
2022     public sealed partial class ReferentialConstraint : System.Data.Metadata.Edm.MetadataItem
2023     {
ReferentialConstraint()2024         internal ReferentialConstraint() { }
2025         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
2026         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EdmProperty> FromProperties { get { throw null; } }
2027         public System.Data.Metadata.Edm.RelationshipEndMember FromRole { get { throw null; } }
2028         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EdmProperty> ToProperties { get { throw null; } }
2029         public System.Data.Metadata.Edm.RelationshipEndMember ToRole { get { throw null; } }
ToString()2030         public override string ToString() { throw null; }
2031     }
2032     public sealed partial class RefType : System.Data.Metadata.Edm.EdmType
2033     {
RefType()2034         internal RefType() { }
2035         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
2036         public System.Data.Metadata.Edm.EntityTypeBase ElementType { get { throw null; } }
2037     }
2038     public abstract partial class RelationshipEndMember : System.Data.Metadata.Edm.EdmMember
2039     {
RelationshipEndMember()2040         internal RelationshipEndMember() { }
2041         public System.Data.Metadata.Edm.OperationAction DeleteBehavior { get { throw null; } }
2042         public System.Data.Metadata.Edm.RelationshipMultiplicity RelationshipMultiplicity { get { throw null; } }
GetEntityType()2043         public System.Data.Metadata.Edm.EntityType GetEntityType() { throw null; }
2044     }
2045     public enum RelationshipMultiplicity
2046     {
2047         Many = 2,
2048         One = 1,
2049         ZeroOrOne = 0,
2050     }
2051     public abstract partial class RelationshipSet : System.Data.Metadata.Edm.EntitySetBase
2052     {
RelationshipSet()2053         internal RelationshipSet() { }
2054         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
2055         public new System.Data.Metadata.Edm.RelationshipType ElementType { get { throw null; } }
2056     }
2057     public abstract partial class RelationshipType : System.Data.Metadata.Edm.EntityTypeBase
2058     {
RelationshipType()2059         internal RelationshipType() { }
2060         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.RelationshipEndMember> RelationshipEndMembers { get { throw null; } }
2061     }
2062     public sealed partial class RowType : System.Data.Metadata.Edm.StructuralType
2063     {
RowType()2064         internal RowType() { }
2065         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
2066         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EdmProperty> Properties { get { throw null; } }
2067     }
2068     public abstract partial class SimpleType : System.Data.Metadata.Edm.EdmType
2069     {
SimpleType()2070         internal SimpleType() { }
2071     }
2072     public enum StoreGeneratedPattern
2073     {
2074         Computed = 2,
2075         Identity = 1,
2076         None = 0,
2077     }
2078     [System.CLSCompliantAttribute(false)]
2079     public sealed partial class StoreItemCollection : System.Data.Metadata.Edm.ItemCollection
2080     {
StoreItemCollection(System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders)2081         public StoreItemCollection(System.Collections.Generic.IEnumerable<System.Xml.XmlReader> xmlReaders) { }
StoreItemCollection(params string[] filePaths)2082         public StoreItemCollection(params string[] filePaths) { }
2083         public double StoreSchemaVersion { get { throw null; } }
GetPrimitiveTypes()2084         public System.Collections.ObjectModel.ReadOnlyCollection<System.Data.Metadata.Edm.PrimitiveType> GetPrimitiveTypes() { throw null; }
2085     }
2086     public abstract partial class StructuralType : System.Data.Metadata.Edm.EdmType
2087     {
StructuralType()2088         internal StructuralType() { }
2089         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.EdmMember> Members { get { throw null; } }
2090     }
2091     [System.Diagnostics.DebuggerDisplayAttribute("EdmType={EdmType}, Facets.Count={Facets.Count}")]
2092     public sealed partial class TypeUsage : System.Data.Metadata.Edm.MetadataItem
2093     {
TypeUsage()2094         internal TypeUsage() { }
2095         public override System.Data.Metadata.Edm.BuiltInTypeKind BuiltInTypeKind { get { throw null; } }
2096         public System.Data.Metadata.Edm.EdmType EdmType { get { throw null; } }
2097         public System.Data.Metadata.Edm.ReadOnlyMetadataCollection<System.Data.Metadata.Edm.Facet> Facets { get { throw null; } }
CreateBinaryTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, bool isFixedLength)2098         public static System.Data.Metadata.Edm.TypeUsage CreateBinaryTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, bool isFixedLength) { throw null; }
CreateBinaryTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, bool isFixedLength, int maxLength)2099         public static System.Data.Metadata.Edm.TypeUsage CreateBinaryTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, bool isFixedLength, int maxLength) { throw null; }
CreateDateTimeOffsetTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, System.Nullable<byte> precision)2100         public static System.Data.Metadata.Edm.TypeUsage CreateDateTimeOffsetTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, System.Nullable<byte> precision) { throw null; }
CreateDateTimeTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, System.Nullable<byte> precision)2101         public static System.Data.Metadata.Edm.TypeUsage CreateDateTimeTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, System.Nullable<byte> precision) { throw null; }
CreateDecimalTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType)2102         public static System.Data.Metadata.Edm.TypeUsage CreateDecimalTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType) { throw null; }
CreateDecimalTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, byte precision, byte scale)2103         public static System.Data.Metadata.Edm.TypeUsage CreateDecimalTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, byte precision, byte scale) { throw null; }
CreateDefaultTypeUsage(System.Data.Metadata.Edm.EdmType edmType)2104         public static System.Data.Metadata.Edm.TypeUsage CreateDefaultTypeUsage(System.Data.Metadata.Edm.EdmType edmType) { throw null; }
CreateStringTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, bool isUnicode, bool isFixedLength)2105         public static System.Data.Metadata.Edm.TypeUsage CreateStringTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, bool isUnicode, bool isFixedLength) { throw null; }
CreateStringTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, bool isUnicode, bool isFixedLength, int maxLength)2106         public static System.Data.Metadata.Edm.TypeUsage CreateStringTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, bool isUnicode, bool isFixedLength, int maxLength) { throw null; }
CreateTimeTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, System.Nullable<byte> precision)2107         public static System.Data.Metadata.Edm.TypeUsage CreateTimeTypeUsage(System.Data.Metadata.Edm.PrimitiveType primitiveType, System.Nullable<byte> precision) { throw null; }
IsSubtypeOf(System.Data.Metadata.Edm.TypeUsage typeUsage)2108         public bool IsSubtypeOf(System.Data.Metadata.Edm.TypeUsage typeUsage) { throw null; }
ToString()2109         public override string ToString() { throw null; }
2110     }
2111 }
2112 namespace System.Data.Objects
2113 {
2114     public sealed partial class CompiledQuery
2115     {
CompiledQuery()2116         internal CompiledQuery() { }
2117         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2118         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2119         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2120         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2121         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2122         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2123         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2124         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TArg15, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TArg15, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TArg8, TArg9, TArg10, TArg11, TArg12, TArg13, TArg14, TArg15, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2125         public static System.Func<TArg0, TResult> Compile<TArg0, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2126         public static System.Func<TArg0, TArg1, TResult> Compile<TArg0, TArg1, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2127         public static System.Func<TArg0, TArg1, TArg2, TResult> Compile<TArg0, TArg1, TArg2, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2128         public static System.Func<TArg0, TArg1, TArg2, TArg3, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2129         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2130         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2131         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2132         public static System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TResult> Compile<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TResult>(System.Linq.Expressions.Expression<System.Func<TArg0, TArg1, TArg2, TArg3, TArg4, TArg5, TArg6, TArg7, TResult>> query) where TArg0 : System.Data.Objects.ObjectContext { throw null; }
2133     }
2134     public abstract partial class CurrentValueRecord : System.Data.Objects.DbUpdatableDataRecord
2135     {
CurrentValueRecord()2136         internal CurrentValueRecord() { }
2137     }
2138     public abstract partial class DbUpdatableDataRecord : System.Data.Common.DbDataRecord, System.Data.IDataRecord, System.Data.IExtendedDataRecord
2139     {
DbUpdatableDataRecord()2140         internal DbUpdatableDataRecord() { }
2141         public virtual System.Data.Common.DataRecordInfo DataRecordInfo { get { throw null; } }
2142         public override int FieldCount { get { throw null; } }
2143         public override object this[int ordinal] { get { throw null; } }
2144         public override object this[string name] { get { throw null; } }
GetBoolean(int ordinal)2145         public override bool GetBoolean(int ordinal) { throw null; }
GetByte(int ordinal)2146         public override byte GetByte(int ordinal) { throw null; }
GetBytes(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length)2147         public override long GetBytes(int ordinal, long dataIndex, byte[] buffer, int bufferIndex, int length) { throw null; }
GetChar(int ordinal)2148         public override char GetChar(int ordinal) { throw null; }
GetChars(int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length)2149         public override long GetChars(int ordinal, long dataIndex, char[] buffer, int bufferIndex, int length) { throw null; }
GetDataReader(int i)2150         public System.Data.Common.DbDataReader GetDataReader(int i) { throw null; }
GetDataRecord(int ordinal)2151         public System.Data.Common.DbDataRecord GetDataRecord(int ordinal) { throw null; }
GetDataTypeName(int ordinal)2152         public override string GetDataTypeName(int ordinal) { throw null; }
GetDateTime(int ordinal)2153         public override System.DateTime GetDateTime(int ordinal) { throw null; }
GetDbDataReader(int ordinal)2154         protected override System.Data.Common.DbDataReader GetDbDataReader(int ordinal) { throw null; }
GetDecimal(int ordinal)2155         public override decimal GetDecimal(int ordinal) { throw null; }
GetDouble(int ordinal)2156         public override double GetDouble(int ordinal) { throw null; }
GetFieldType(int ordinal)2157         public override System.Type GetFieldType(int ordinal) { throw null; }
GetFloat(int ordinal)2158         public override float GetFloat(int ordinal) { throw null; }
GetGuid(int ordinal)2159         public override System.Guid GetGuid(int ordinal) { throw null; }
GetInt16(int ordinal)2160         public override short GetInt16(int ordinal) { throw null; }
GetInt32(int ordinal)2161         public override int GetInt32(int ordinal) { throw null; }
GetInt64(int ordinal)2162         public override long GetInt64(int ordinal) { throw null; }
GetName(int ordinal)2163         public override string GetName(int ordinal) { throw null; }
GetOrdinal(string name)2164         public override int GetOrdinal(string name) { throw null; }
GetRecordValue(int ordinal)2165         protected abstract object GetRecordValue(int ordinal);
GetString(int ordinal)2166         public override string GetString(int ordinal) { throw null; }
GetValue(int ordinal)2167         public override object GetValue(int ordinal) { throw null; }
GetValues(object[] values)2168         public override int GetValues(object[] values) { throw null; }
IsDBNull(int ordinal)2169         public override bool IsDBNull(int ordinal) { throw null; }
SetBoolean(int ordinal, bool value)2170         public void SetBoolean(int ordinal, bool value) { }
SetByte(int ordinal, byte value)2171         public void SetByte(int ordinal, byte value) { }
SetChar(int ordinal, char value)2172         public void SetChar(int ordinal, char value) { }
SetDataRecord(int ordinal, System.Data.IDataRecord value)2173         public void SetDataRecord(int ordinal, System.Data.IDataRecord value) { }
SetDateTime(int ordinal, System.DateTime value)2174         public void SetDateTime(int ordinal, System.DateTime value) { }
SetDBNull(int ordinal)2175         public void SetDBNull(int ordinal) { }
SetDecimal(int ordinal, decimal value)2176         public void SetDecimal(int ordinal, decimal value) { }
SetDouble(int ordinal, double value)2177         public void SetDouble(int ordinal, double value) { }
SetFloat(int ordinal, float value)2178         public void SetFloat(int ordinal, float value) { }
SetGuid(int ordinal, System.Guid value)2179         public void SetGuid(int ordinal, System.Guid value) { }
SetInt16(int ordinal, short value)2180         public void SetInt16(int ordinal, short value) { }
SetInt32(int ordinal, int value)2181         public void SetInt32(int ordinal, int value) { }
SetInt64(int ordinal, long value)2182         public void SetInt64(int ordinal, long value) { }
SetRecordValue(int ordinal, object value)2183         protected abstract void SetRecordValue(int ordinal, object value);
SetString(int ordinal, string value)2184         public void SetString(int ordinal, string value) { }
SetValue(int ordinal, object value)2185         public void SetValue(int ordinal, object value) { }
SetValues(params object[] values)2186         public int SetValues(params object[] values) { throw null; }
System.Data.IDataRecord.GetData(int ordinal)2187         System.Data.IDataReader System.Data.IDataRecord.GetData(int ordinal) { throw null; }
2188     }
2189     public static partial class EntityFunctions
2190     {
2191         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddDays")]
AddDays(System.Nullable<System.DateTimeOffset> dateValue, System.Nullable<int> addValue)2192         public static System.Nullable<System.DateTimeOffset> AddDays(System.Nullable<System.DateTimeOffset> dateValue, System.Nullable<int> addValue) { throw null; }
2193         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddDays")]
AddDays(System.Nullable<System.DateTime> dateValue, System.Nullable<int> addValue)2194         public static System.Nullable<System.DateTime> AddDays(System.Nullable<System.DateTime> dateValue, System.Nullable<int> addValue) { throw null; }
2195         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddHours")]
AddHours(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue)2196         public static System.Nullable<System.DateTimeOffset> AddHours(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue) { throw null; }
2197         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddHours")]
AddHours(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue)2198         public static System.Nullable<System.DateTime> AddHours(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue) { throw null; }
2199         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddHours")]
AddHours(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue)2200         public static System.Nullable<System.TimeSpan> AddHours(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue) { throw null; }
2201         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddMicroseconds")]
AddMicroseconds(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue)2202         public static System.Nullable<System.DateTimeOffset> AddMicroseconds(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue) { throw null; }
2203         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddMicroseconds")]
AddMicroseconds(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue)2204         public static System.Nullable<System.DateTime> AddMicroseconds(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue) { throw null; }
2205         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddMicroseconds")]
AddMicroseconds(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue)2206         public static System.Nullable<System.TimeSpan> AddMicroseconds(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue) { throw null; }
2207         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddMilliseconds")]
AddMilliseconds(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue)2208         public static System.Nullable<System.DateTimeOffset> AddMilliseconds(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue) { throw null; }
2209         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddMilliseconds")]
AddMilliseconds(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue)2210         public static System.Nullable<System.DateTime> AddMilliseconds(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue) { throw null; }
2211         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddMilliseconds")]
AddMilliseconds(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue)2212         public static System.Nullable<System.TimeSpan> AddMilliseconds(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue) { throw null; }
2213         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddMinutes")]
AddMinutes(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue)2214         public static System.Nullable<System.DateTimeOffset> AddMinutes(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue) { throw null; }
2215         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddMinutes")]
AddMinutes(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue)2216         public static System.Nullable<System.DateTime> AddMinutes(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue) { throw null; }
2217         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddMinutes")]
AddMinutes(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue)2218         public static System.Nullable<System.TimeSpan> AddMinutes(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue) { throw null; }
2219         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddMonths")]
AddMonths(System.Nullable<System.DateTimeOffset> dateValue, System.Nullable<int> addValue)2220         public static System.Nullable<System.DateTimeOffset> AddMonths(System.Nullable<System.DateTimeOffset> dateValue, System.Nullable<int> addValue) { throw null; }
2221         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddMonths")]
AddMonths(System.Nullable<System.DateTime> dateValue, System.Nullable<int> addValue)2222         public static System.Nullable<System.DateTime> AddMonths(System.Nullable<System.DateTime> dateValue, System.Nullable<int> addValue) { throw null; }
2223         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddNanoseconds")]
AddNanoseconds(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue)2224         public static System.Nullable<System.DateTimeOffset> AddNanoseconds(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue) { throw null; }
2225         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddNanoseconds")]
AddNanoseconds(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue)2226         public static System.Nullable<System.DateTime> AddNanoseconds(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue) { throw null; }
2227         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddNanoseconds")]
AddNanoseconds(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue)2228         public static System.Nullable<System.TimeSpan> AddNanoseconds(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue) { throw null; }
2229         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddSeconds")]
AddSeconds(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue)2230         public static System.Nullable<System.DateTimeOffset> AddSeconds(System.Nullable<System.DateTimeOffset> timeValue, System.Nullable<int> addValue) { throw null; }
2231         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddSeconds")]
AddSeconds(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue)2232         public static System.Nullable<System.DateTime> AddSeconds(System.Nullable<System.DateTime> timeValue, System.Nullable<int> addValue) { throw null; }
2233         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddSeconds")]
AddSeconds(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue)2234         public static System.Nullable<System.TimeSpan> AddSeconds(System.Nullable<System.TimeSpan> timeValue, System.Nullable<int> addValue) { throw null; }
2235         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddYears")]
AddYears(System.Nullable<System.DateTimeOffset> dateValue, System.Nullable<int> addValue)2236         public static System.Nullable<System.DateTimeOffset> AddYears(System.Nullable<System.DateTimeOffset> dateValue, System.Nullable<int> addValue) { throw null; }
2237         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "AddYears")]
AddYears(System.Nullable<System.DateTime> dateValue, System.Nullable<int> addValue)2238         public static System.Nullable<System.DateTime> AddYears(System.Nullable<System.DateTime> dateValue, System.Nullable<int> addValue) { throw null; }
AsNonUnicode(string value)2239         public static string AsNonUnicode(string value) { throw null; }
AsUnicode(string value)2240         public static string AsUnicode(string value) { throw null; }
2241         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "CreateDateTime")]
CreateDateTime(System.Nullable<int> year, System.Nullable<int> month, System.Nullable<int> day, System.Nullable<int> hour, System.Nullable<int> minute, System.Nullable<double> second)2242         public static System.Nullable<System.DateTime> CreateDateTime(System.Nullable<int> year, System.Nullable<int> month, System.Nullable<int> day, System.Nullable<int> hour, System.Nullable<int> minute, System.Nullable<double> second) { throw null; }
2243         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "CreateDateTimeOffset")]
CreateDateTimeOffset(System.Nullable<int> year, System.Nullable<int> month, System.Nullable<int> day, System.Nullable<int> hour, System.Nullable<int> minute, System.Nullable<double> second, System.Nullable<int> timeZoneOffset)2244         public static System.Nullable<System.DateTimeOffset> CreateDateTimeOffset(System.Nullable<int> year, System.Nullable<int> month, System.Nullable<int> day, System.Nullable<int> hour, System.Nullable<int> minute, System.Nullable<double> second, System.Nullable<int> timeZoneOffset) { throw null; }
2245         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "CreateTime")]
CreateTime(System.Nullable<int> hour, System.Nullable<int> minute, System.Nullable<double> second)2246         public static System.Nullable<System.TimeSpan> CreateTime(System.Nullable<int> hour, System.Nullable<int> minute, System.Nullable<double> second) { throw null; }
2247         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffDays")]
DiffDays(System.Nullable<System.DateTimeOffset> dateValue1, System.Nullable<System.DateTimeOffset> dateValue2)2248         public static System.Nullable<int> DiffDays(System.Nullable<System.DateTimeOffset> dateValue1, System.Nullable<System.DateTimeOffset> dateValue2) { throw null; }
2249         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffDays")]
DiffDays(System.Nullable<System.DateTime> dateValue1, System.Nullable<System.DateTime> dateValue2)2250         public static System.Nullable<int> DiffDays(System.Nullable<System.DateTime> dateValue1, System.Nullable<System.DateTime> dateValue2) { throw null; }
2251         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffHours")]
DiffHours(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2)2252         public static System.Nullable<int> DiffHours(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2) { throw null; }
2253         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffHours")]
DiffHours(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2)2254         public static System.Nullable<int> DiffHours(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2) { throw null; }
2255         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffHours")]
DiffHours(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2)2256         public static System.Nullable<int> DiffHours(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2) { throw null; }
2257         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffMicroseconds")]
DiffMicroseconds(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2)2258         public static System.Nullable<int> DiffMicroseconds(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2) { throw null; }
2259         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffMicroseconds")]
DiffMicroseconds(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2)2260         public static System.Nullable<int> DiffMicroseconds(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2) { throw null; }
2261         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffMicroseconds")]
DiffMicroseconds(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2)2262         public static System.Nullable<int> DiffMicroseconds(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2) { throw null; }
2263         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffMilliseconds")]
DiffMilliseconds(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2)2264         public static System.Nullable<int> DiffMilliseconds(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2) { throw null; }
2265         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffMilliseconds")]
DiffMilliseconds(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2)2266         public static System.Nullable<int> DiffMilliseconds(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2) { throw null; }
2267         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffMilliseconds")]
DiffMilliseconds(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2)2268         public static System.Nullable<int> DiffMilliseconds(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2) { throw null; }
2269         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffMinutes")]
DiffMinutes(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2)2270         public static System.Nullable<int> DiffMinutes(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2) { throw null; }
2271         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffMinutes")]
DiffMinutes(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2)2272         public static System.Nullable<int> DiffMinutes(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2) { throw null; }
2273         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffMinutes")]
DiffMinutes(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2)2274         public static System.Nullable<int> DiffMinutes(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2) { throw null; }
2275         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffMonths")]
DiffMonths(System.Nullable<System.DateTimeOffset> dateValue1, System.Nullable<System.DateTimeOffset> dateValue2)2276         public static System.Nullable<int> DiffMonths(System.Nullable<System.DateTimeOffset> dateValue1, System.Nullable<System.DateTimeOffset> dateValue2) { throw null; }
2277         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffMonths")]
DiffMonths(System.Nullable<System.DateTime> dateValue1, System.Nullable<System.DateTime> dateValue2)2278         public static System.Nullable<int> DiffMonths(System.Nullable<System.DateTime> dateValue1, System.Nullable<System.DateTime> dateValue2) { throw null; }
2279         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffNanoseconds")]
DiffNanoseconds(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2)2280         public static System.Nullable<int> DiffNanoseconds(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2) { throw null; }
2281         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffNanoseconds")]
DiffNanoseconds(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2)2282         public static System.Nullable<int> DiffNanoseconds(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2) { throw null; }
2283         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffNanoseconds")]
DiffNanoseconds(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2)2284         public static System.Nullable<int> DiffNanoseconds(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2) { throw null; }
2285         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffSeconds")]
DiffSeconds(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2)2286         public static System.Nullable<int> DiffSeconds(System.Nullable<System.DateTimeOffset> timeValue1, System.Nullable<System.DateTimeOffset> timeValue2) { throw null; }
2287         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffSeconds")]
DiffSeconds(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2)2288         public static System.Nullable<int> DiffSeconds(System.Nullable<System.DateTime> timeValue1, System.Nullable<System.DateTime> timeValue2) { throw null; }
2289         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffSeconds")]
DiffSeconds(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2)2290         public static System.Nullable<int> DiffSeconds(System.Nullable<System.TimeSpan> timeValue1, System.Nullable<System.TimeSpan> timeValue2) { throw null; }
2291         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffYears")]
DiffYears(System.Nullable<System.DateTimeOffset> dateValue1, System.Nullable<System.DateTimeOffset> dateValue2)2292         public static System.Nullable<int> DiffYears(System.Nullable<System.DateTimeOffset> dateValue1, System.Nullable<System.DateTimeOffset> dateValue2) { throw null; }
2293         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "DiffYears")]
DiffYears(System.Nullable<System.DateTime> dateValue1, System.Nullable<System.DateTime> dateValue2)2294         public static System.Nullable<int> DiffYears(System.Nullable<System.DateTime> dateValue1, System.Nullable<System.DateTime> dateValue2) { throw null; }
2295         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "GetTotalOffsetMinutes")]
GetTotalOffsetMinutes(System.Nullable<System.DateTimeOffset> dateTimeOffsetArgument)2296         public static System.Nullable<int> GetTotalOffsetMinutes(System.Nullable<System.DateTimeOffset> dateTimeOffsetArgument) { throw null; }
2297         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Left")]
Left(string stringArgument, System.Nullable<long> length)2298         public static string Left(string stringArgument, System.Nullable<long> length) { throw null; }
2299         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Reverse")]
Reverse(string stringArgument)2300         public static string Reverse(string stringArgument) { throw null; }
2301         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Right")]
Right(string stringArgument, System.Nullable<long> length)2302         public static string Right(string stringArgument, System.Nullable<long> length) { throw null; }
2303         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDev")]
StandardDeviation(System.Collections.Generic.IEnumerable<decimal> collection)2304         public static System.Nullable<double> StandardDeviation(System.Collections.Generic.IEnumerable<decimal> collection) { throw null; }
2305         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDev")]
StandardDeviation(System.Collections.Generic.IEnumerable<double> collection)2306         public static System.Nullable<double> StandardDeviation(System.Collections.Generic.IEnumerable<double> collection) { throw null; }
2307         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDev")]
StandardDeviation(System.Collections.Generic.IEnumerable<int> collection)2308         public static System.Nullable<double> StandardDeviation(System.Collections.Generic.IEnumerable<int> collection) { throw null; }
2309         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDev")]
StandardDeviation(System.Collections.Generic.IEnumerable<long> collection)2310         public static System.Nullable<double> StandardDeviation(System.Collections.Generic.IEnumerable<long> collection) { throw null; }
2311         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDev")]
StandardDeviation(System.Collections.Generic.IEnumerable<System.Nullable<decimal>> collection)2312         public static System.Nullable<double> StandardDeviation(System.Collections.Generic.IEnumerable<System.Nullable<decimal>> collection) { throw null; }
2313         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDev")]
StandardDeviation(System.Collections.Generic.IEnumerable<System.Nullable<double>> collection)2314         public static System.Nullable<double> StandardDeviation(System.Collections.Generic.IEnumerable<System.Nullable<double>> collection) { throw null; }
2315         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDev")]
StandardDeviation(System.Collections.Generic.IEnumerable<System.Nullable<int>> collection)2316         public static System.Nullable<double> StandardDeviation(System.Collections.Generic.IEnumerable<System.Nullable<int>> collection) { throw null; }
2317         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDev")]
StandardDeviation(System.Collections.Generic.IEnumerable<System.Nullable<long>> collection)2318         public static System.Nullable<double> StandardDeviation(System.Collections.Generic.IEnumerable<System.Nullable<long>> collection) { throw null; }
2319         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDevP")]
StandardDeviationP(System.Collections.Generic.IEnumerable<decimal> collection)2320         public static System.Nullable<double> StandardDeviationP(System.Collections.Generic.IEnumerable<decimal> collection) { throw null; }
2321         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDevP")]
StandardDeviationP(System.Collections.Generic.IEnumerable<double> collection)2322         public static System.Nullable<double> StandardDeviationP(System.Collections.Generic.IEnumerable<double> collection) { throw null; }
2323         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDevP")]
StandardDeviationP(System.Collections.Generic.IEnumerable<int> collection)2324         public static System.Nullable<double> StandardDeviationP(System.Collections.Generic.IEnumerable<int> collection) { throw null; }
2325         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDevP")]
StandardDeviationP(System.Collections.Generic.IEnumerable<long> collection)2326         public static System.Nullable<double> StandardDeviationP(System.Collections.Generic.IEnumerable<long> collection) { throw null; }
2327         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDevP")]
StandardDeviationP(System.Collections.Generic.IEnumerable<System.Nullable<decimal>> collection)2328         public static System.Nullable<double> StandardDeviationP(System.Collections.Generic.IEnumerable<System.Nullable<decimal>> collection) { throw null; }
2329         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDevP")]
StandardDeviationP(System.Collections.Generic.IEnumerable<System.Nullable<double>> collection)2330         public static System.Nullable<double> StandardDeviationP(System.Collections.Generic.IEnumerable<System.Nullable<double>> collection) { throw null; }
2331         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDevP")]
StandardDeviationP(System.Collections.Generic.IEnumerable<System.Nullable<int>> collection)2332         public static System.Nullable<double> StandardDeviationP(System.Collections.Generic.IEnumerable<System.Nullable<int>> collection) { throw null; }
2333         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "StDevP")]
StandardDeviationP(System.Collections.Generic.IEnumerable<System.Nullable<long>> collection)2334         public static System.Nullable<double> StandardDeviationP(System.Collections.Generic.IEnumerable<System.Nullable<long>> collection) { throw null; }
2335         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Truncate")]
Truncate(System.Nullable<decimal> value, System.Nullable<int> digits)2336         public static System.Nullable<decimal> Truncate(System.Nullable<decimal> value, System.Nullable<int> digits) { throw null; }
2337         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Truncate")]
Truncate(System.Nullable<double> value, System.Nullable<int> digits)2338         public static System.Nullable<double> Truncate(System.Nullable<double> value, System.Nullable<int> digits) { throw null; }
2339         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "TruncateTime")]
TruncateTime(System.Nullable<System.DateTimeOffset> dateValue)2340         public static System.Nullable<System.DateTimeOffset> TruncateTime(System.Nullable<System.DateTimeOffset> dateValue) { throw null; }
2341         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "TruncateTime")]
TruncateTime(System.Nullable<System.DateTime> dateValue)2342         public static System.Nullable<System.DateTime> TruncateTime(System.Nullable<System.DateTime> dateValue) { throw null; }
2343         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Var")]
Var(System.Collections.Generic.IEnumerable<decimal> collection)2344         public static System.Nullable<double> Var(System.Collections.Generic.IEnumerable<decimal> collection) { throw null; }
2345         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Var")]
Var(System.Collections.Generic.IEnumerable<double> collection)2346         public static System.Nullable<double> Var(System.Collections.Generic.IEnumerable<double> collection) { throw null; }
2347         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Var")]
Var(System.Collections.Generic.IEnumerable<int> collection)2348         public static System.Nullable<double> Var(System.Collections.Generic.IEnumerable<int> collection) { throw null; }
2349         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Var")]
Var(System.Collections.Generic.IEnumerable<long> collection)2350         public static System.Nullable<double> Var(System.Collections.Generic.IEnumerable<long> collection) { throw null; }
2351         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Var")]
Var(System.Collections.Generic.IEnumerable<System.Nullable<decimal>> collection)2352         public static System.Nullable<double> Var(System.Collections.Generic.IEnumerable<System.Nullable<decimal>> collection) { throw null; }
2353         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Var")]
Var(System.Collections.Generic.IEnumerable<System.Nullable<double>> collection)2354         public static System.Nullable<double> Var(System.Collections.Generic.IEnumerable<System.Nullable<double>> collection) { throw null; }
2355         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Var")]
Var(System.Collections.Generic.IEnumerable<System.Nullable<int>> collection)2356         public static System.Nullable<double> Var(System.Collections.Generic.IEnumerable<System.Nullable<int>> collection) { throw null; }
2357         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "Var")]
Var(System.Collections.Generic.IEnumerable<System.Nullable<long>> collection)2358         public static System.Nullable<double> Var(System.Collections.Generic.IEnumerable<System.Nullable<long>> collection) { throw null; }
2359         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "VarP")]
VarP(System.Collections.Generic.IEnumerable<decimal> collection)2360         public static System.Nullable<double> VarP(System.Collections.Generic.IEnumerable<decimal> collection) { throw null; }
2361         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "VarP")]
VarP(System.Collections.Generic.IEnumerable<double> collection)2362         public static System.Nullable<double> VarP(System.Collections.Generic.IEnumerable<double> collection) { throw null; }
2363         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "VarP")]
VarP(System.Collections.Generic.IEnumerable<int> collection)2364         public static System.Nullable<double> VarP(System.Collections.Generic.IEnumerable<int> collection) { throw null; }
2365         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "VarP")]
VarP(System.Collections.Generic.IEnumerable<long> collection)2366         public static System.Nullable<double> VarP(System.Collections.Generic.IEnumerable<long> collection) { throw null; }
2367         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "VarP")]
VarP(System.Collections.Generic.IEnumerable<System.Nullable<decimal>> collection)2368         public static System.Nullable<double> VarP(System.Collections.Generic.IEnumerable<System.Nullable<decimal>> collection) { throw null; }
2369         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "VarP")]
VarP(System.Collections.Generic.IEnumerable<System.Nullable<double>> collection)2370         public static System.Nullable<double> VarP(System.Collections.Generic.IEnumerable<System.Nullable<double>> collection) { throw null; }
2371         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "VarP")]
VarP(System.Collections.Generic.IEnumerable<System.Nullable<int>> collection)2372         public static System.Nullable<double> VarP(System.Collections.Generic.IEnumerable<System.Nullable<int>> collection) { throw null; }
2373         [System.Data.Objects.DataClasses.EdmFunctionAttribute("Edm", "VarP")]
VarP(System.Collections.Generic.IEnumerable<System.Nullable<long>> collection)2374         public static System.Nullable<double> VarP(System.Collections.Generic.IEnumerable<System.Nullable<long>> collection) { throw null; }
2375     }
2376     public partial interface IObjectSet<TEntity> : System.Collections.Generic.IEnumerable<TEntity>, System.Collections.IEnumerable, System.Linq.IQueryable, System.Linq.IQueryable<TEntity> where TEntity : class
2377     {
AddObject(TEntity entity)2378         void AddObject(TEntity entity);
Attach(TEntity entity)2379         void Attach(TEntity entity);
DeleteObject(TEntity entity)2380         void DeleteObject(TEntity entity);
Detach(TEntity entity)2381         void Detach(TEntity entity);
2382     }
2383     public enum MergeOption
2384     {
2385         AppendOnly = 0,
2386         NoTracking = 3,
2387         OverwriteChanges = 1,
2388         PreserveChanges = 2,
2389     }
2390     public partial class ObjectContext : System.IDisposable
2391     {
ObjectContext(System.Data.EntityClient.EntityConnection connection)2392         public ObjectContext(System.Data.EntityClient.EntityConnection connection) { }
ObjectContext(System.Data.EntityClient.EntityConnection connection, string defaultContainerName)2393         protected ObjectContext(System.Data.EntityClient.EntityConnection connection, string defaultContainerName) { }
ObjectContext(string connectionString)2394         public ObjectContext(string connectionString) { }
ObjectContext(string connectionString, string defaultContainerName)2395         protected ObjectContext(string connectionString, string defaultContainerName) { }
2396         public System.Nullable<int> CommandTimeout { get { throw null; } set { } }
2397         public System.Data.Common.DbConnection Connection { get { throw null; } }
2398         public System.Data.Objects.ObjectContextOptions ContextOptions { get { throw null; } }
2399         public string DefaultContainerName { get { throw null; } set { } }
2400         [System.CLSCompliantAttribute(false)]
2401         public System.Data.Metadata.Edm.MetadataWorkspace MetadataWorkspace { get { throw null; } }
2402         public System.Data.Objects.ObjectStateManager ObjectStateManager { get { throw null; } }
2403         protected internal System.Linq.IQueryProvider QueryProvider { get { throw null; } }
2404         public event System.Data.Objects.ObjectMaterializedEventHandler ObjectMaterialized { add { } remove { } }
2405         public event System.EventHandler SavingChanges { add { } remove { } }
AcceptAllChanges()2406         public void AcceptAllChanges() { }
AddObject(string entitySetName, object entity)2407         public void AddObject(string entitySetName, object entity) { }
2408         public TEntity ApplyCurrentValues<TEntity>(string entitySetName, TEntity currentEntity) where TEntity : class { throw null; }
2409         public TEntity ApplyOriginalValues<TEntity>(string entitySetName, TEntity originalEntity) where TEntity : class { throw null; }
2410         [System.ComponentModel.BrowsableAttribute(false)]
2411         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2412         [System.ObsoleteAttribute("Use ApplyCurrentValues instead")]
ApplyPropertyChanges(string entitySetName, object changed)2413         public void ApplyPropertyChanges(string entitySetName, object changed) { }
Attach(System.Data.Objects.DataClasses.IEntityWithKey entity)2414         public void Attach(System.Data.Objects.DataClasses.IEntityWithKey entity) { }
AttachTo(string entitySetName, object entity)2415         public void AttachTo(string entitySetName, object entity) { }
CreateDatabase()2416         public void CreateDatabase() { }
CreateDatabaseScript()2417         public string CreateDatabaseScript() { throw null; }
CreateEntityKey(string entitySetName, object entity)2418         public System.Data.EntityKey CreateEntityKey(string entitySetName, object entity) { throw null; }
2419         public System.Data.Objects.ObjectSet<TEntity> CreateObjectSet<TEntity>() where TEntity : class { throw null; }
2420         public System.Data.Objects.ObjectSet<TEntity> CreateObjectSet<TEntity>(string entitySetName) where TEntity : class { throw null; }
2421         public T CreateObject<T>() where T : class { throw null; }
CreateProxyTypes(System.Collections.Generic.IEnumerable<System.Type> types)2422         public void CreateProxyTypes(System.Collections.Generic.IEnumerable<System.Type> types) { }
CreateQuery(string queryString, params System.Data.Objects.ObjectParameter[] parameters)2423         public System.Data.Objects.ObjectQuery<T> CreateQuery<T>(string queryString, params System.Data.Objects.ObjectParameter[] parameters) { throw null; }
DatabaseExists()2424         public bool DatabaseExists() { throw null; }
DeleteDatabase()2425         public void DeleteDatabase() { }
DeleteObject(object entity)2426         public void DeleteObject(object entity) { }
Detach(object entity)2427         public void Detach(object entity) { }
DetectChanges()2428         public void DetectChanges() { }
Dispose()2429         public void Dispose() { }
Dispose(bool disposing)2430         protected virtual void Dispose(bool disposing) { }
ExecuteFunction(string functionName, params System.Data.Objects.ObjectParameter[] parameters)2431         public int ExecuteFunction(string functionName, params System.Data.Objects.ObjectParameter[] parameters) { throw null; }
ExecuteFunction(string functionName, System.Data.Objects.MergeOption mergeOption, params System.Data.Objects.ObjectParameter[] parameters)2432         public System.Data.Objects.ObjectResult<TElement> ExecuteFunction<TElement>(string functionName, System.Data.Objects.MergeOption mergeOption, params System.Data.Objects.ObjectParameter[] parameters) { throw null; }
ExecuteFunction(string functionName, params System.Data.Objects.ObjectParameter[] parameters)2433         public System.Data.Objects.ObjectResult<TElement> ExecuteFunction<TElement>(string functionName, params System.Data.Objects.ObjectParameter[] parameters) { throw null; }
ExecuteStoreCommand(string commandText, params object[] parameters)2434         public int ExecuteStoreCommand(string commandText, params object[] parameters) { throw null; }
ExecuteStoreQuery(string commandText, params object[] parameters)2435         public System.Data.Objects.ObjectResult<TElement> ExecuteStoreQuery<TElement>(string commandText, params object[] parameters) { throw null; }
ExecuteStoreQuery(string commandText, string entitySetName, System.Data.Objects.MergeOption mergeOption, params object[] parameters)2436         public System.Data.Objects.ObjectResult<TEntity> ExecuteStoreQuery<TEntity>(string commandText, string entitySetName, System.Data.Objects.MergeOption mergeOption, params object[] parameters) { throw null; }
GetKnownProxyTypes()2437         public static System.Collections.Generic.IEnumerable<System.Type> GetKnownProxyTypes() { throw null; }
GetObjectByKey(System.Data.EntityKey key)2438         public object GetObjectByKey(System.Data.EntityKey key) { throw null; }
GetObjectType(System.Type type)2439         public static System.Type GetObjectType(System.Type type) { throw null; }
LoadProperty(object entity, string navigationProperty)2440         public void LoadProperty(object entity, string navigationProperty) { }
LoadProperty(object entity, string navigationProperty, System.Data.Objects.MergeOption mergeOption)2441         public void LoadProperty(object entity, string navigationProperty, System.Data.Objects.MergeOption mergeOption) { }
LoadProperty(TEntity entity, System.Linq.Expressions.Expression<System.Func<TEntity, object>> selector)2442         public void LoadProperty<TEntity>(TEntity entity, System.Linq.Expressions.Expression<System.Func<TEntity, object>> selector) { }
LoadProperty(TEntity entity, System.Linq.Expressions.Expression<System.Func<TEntity, object>> selector, System.Data.Objects.MergeOption mergeOption)2443         public void LoadProperty<TEntity>(TEntity entity, System.Linq.Expressions.Expression<System.Func<TEntity, object>> selector, System.Data.Objects.MergeOption mergeOption) { }
Refresh(System.Data.Objects.RefreshMode refreshMode, System.Collections.IEnumerable collection)2444         public void Refresh(System.Data.Objects.RefreshMode refreshMode, System.Collections.IEnumerable collection) { }
Refresh(System.Data.Objects.RefreshMode refreshMode, object entity)2445         public void Refresh(System.Data.Objects.RefreshMode refreshMode, object entity) { }
SaveChanges()2446         public int SaveChanges() { throw null; }
2447         [System.ComponentModel.BrowsableAttribute(false)]
2448         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2449         [System.ObsoleteAttribute("Use SaveChanges(SaveOptions options) instead.")]
SaveChanges(bool acceptChangesDuringSave)2450         public int SaveChanges(bool acceptChangesDuringSave) { throw null; }
SaveChanges(System.Data.Objects.SaveOptions options)2451         public virtual int SaveChanges(System.Data.Objects.SaveOptions options) { throw null; }
Translate(System.Data.Common.DbDataReader reader)2452         public System.Data.Objects.ObjectResult<TElement> Translate<TElement>(System.Data.Common.DbDataReader reader) { throw null; }
Translate(System.Data.Common.DbDataReader reader, string entitySetName, System.Data.Objects.MergeOption mergeOption)2453         public System.Data.Objects.ObjectResult<TEntity> Translate<TEntity>(System.Data.Common.DbDataReader reader, string entitySetName, System.Data.Objects.MergeOption mergeOption) { throw null; }
TryGetObjectByKey(System.Data.EntityKey key, out object value)2454         public bool TryGetObjectByKey(System.Data.EntityKey key, out object value) { value = default(object); throw null; }
2455     }
2456     public sealed partial class ObjectContextOptions
2457     {
ObjectContextOptions()2458         internal ObjectContextOptions() { }
2459         public bool LazyLoadingEnabled { get { throw null; } set { } }
2460         public bool ProxyCreationEnabled { get { throw null; } set { } }
2461         public bool UseConsistentNullReferenceBehavior { get { throw null; } set { } }
2462         public bool UseCSharpNullComparisonBehavior { get { throw null; } set { } }
2463         public bool UseLegacyPreserveChangesBehavior { get { throw null; } set { } }
2464     }
2465     public partial class ObjectMaterializedEventArgs : System.EventArgs
2466     {
ObjectMaterializedEventArgs()2467         internal ObjectMaterializedEventArgs() { }
2468         public object Entity { get { throw null; } }
2469     }
ObjectMaterializedEventHandler(object sender, System.Data.Objects.ObjectMaterializedEventArgs e)2470     public delegate void ObjectMaterializedEventHandler(object sender, System.Data.Objects.ObjectMaterializedEventArgs e);
2471     public sealed partial class ObjectParameter
2472     {
ObjectParameter(string name, object value)2473         public ObjectParameter(string name, object value) { }
ObjectParameter(string name, System.Type type)2474         public ObjectParameter(string name, System.Type type) { }
2475         public string Name { get { throw null; } }
2476         public System.Type ParameterType { get { throw null; } }
2477         public object Value { get { throw null; } set { } }
2478     }
2479     public sealed partial class ObjectParameterCollection : System.Collections.Generic.ICollection<System.Data.Objects.ObjectParameter>, System.Collections.Generic.IEnumerable<System.Data.Objects.ObjectParameter>, System.Collections.IEnumerable
2480     {
ObjectParameterCollection()2481         internal ObjectParameterCollection() { }
2482         public int Count { get { throw null; } }
2483         public System.Data.Objects.ObjectParameter this[string name] { get { throw null; } }
2484         bool System.Collections.Generic.ICollection<System.Data.Objects.ObjectParameter>.IsReadOnly { get { throw null; } }
Add(System.Data.Objects.ObjectParameter parameter)2485         public void Add(System.Data.Objects.ObjectParameter parameter) { }
Clear()2486         public void Clear() { }
Contains(System.Data.Objects.ObjectParameter parameter)2487         public bool Contains(System.Data.Objects.ObjectParameter parameter) { throw null; }
Contains(string name)2488         public bool Contains(string name) { throw null; }
CopyTo(System.Data.Objects.ObjectParameter[] array, int index)2489         public void CopyTo(System.Data.Objects.ObjectParameter[] array, int index) { }
Remove(System.Data.Objects.ObjectParameter parameter)2490         public bool Remove(System.Data.Objects.ObjectParameter parameter) { throw null; }
GetEnumerator()2491         System.Collections.Generic.IEnumerator<System.Data.Objects.ObjectParameter> System.Collections.Generic.IEnumerable<System.Data.Objects.ObjectParameter>.GetEnumerator() { throw null; }
System.Collections.IEnumerable.GetEnumerator()2492         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
2493     }
2494     public abstract partial class ObjectQuery : System.Collections.IEnumerable, System.ComponentModel.IListSource, System.Linq.IOrderedQueryable, System.Linq.IQueryable
2495     {
ObjectQuery()2496         internal ObjectQuery() { }
2497         public string CommandText { get { throw null; } }
2498         public System.Data.Objects.ObjectContext Context { get { throw null; } }
2499         public bool EnablePlanCaching { get { throw null; } set { } }
2500         public System.Data.Objects.MergeOption MergeOption { get { throw null; } set { } }
2501         public System.Data.Objects.ObjectParameterCollection Parameters { get { throw null; } }
2502         bool System.ComponentModel.IListSource.ContainsListCollection { get { throw null; } }
2503         System.Type System.Linq.IQueryable.ElementType { get { throw null; } }
2504         System.Linq.Expressions.Expression System.Linq.IQueryable.Expression { get { throw null; } }
2505         System.Linq.IQueryProvider System.Linq.IQueryable.Provider { get { throw null; } }
Execute(System.Data.Objects.MergeOption mergeOption)2506         public System.Data.Objects.ObjectResult Execute(System.Data.Objects.MergeOption mergeOption) { throw null; }
GetResultType()2507         public System.Data.Metadata.Edm.TypeUsage GetResultType() { throw null; }
System.Collections.IEnumerable.GetEnumerator()2508         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.ComponentModel.IListSource.GetList()2509         System.Collections.IList System.ComponentModel.IListSource.GetList() { throw null; }
2510         [System.ComponentModel.BrowsableAttribute(false)]
ToTraceString()2511         public string ToTraceString() { throw null; }
2512     }
2513     public partial class ObjectQuery<T> : System.Data.Objects.ObjectQuery, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable, System.ComponentModel.IListSource, System.Linq.IOrderedQueryable, System.Linq.IOrderedQueryable<T>, System.Linq.IQueryable, System.Linq.IQueryable<T>
2514     {
ObjectQuery(string commandText, System.Data.Objects.ObjectContext context)2515         public ObjectQuery(string commandText, System.Data.Objects.ObjectContext context) { }
ObjectQuery(string commandText, System.Data.Objects.ObjectContext context, System.Data.Objects.MergeOption mergeOption)2516         public ObjectQuery(string commandText, System.Data.Objects.ObjectContext context, System.Data.Objects.MergeOption mergeOption) { }
2517         public string Name { get { throw null; } set { } }
Distinct()2518         public System.Data.Objects.ObjectQuery<T> Distinct() { throw null; }
Except(System.Data.Objects.ObjectQuery<T> query)2519         public System.Data.Objects.ObjectQuery<T> Except(System.Data.Objects.ObjectQuery<T> query) { throw null; }
Execute(System.Data.Objects.MergeOption mergeOption)2520         public new System.Data.Objects.ObjectResult<T> Execute(System.Data.Objects.MergeOption mergeOption) { throw null; }
GroupBy(string keys, string projection, params System.Data.Objects.ObjectParameter[] parameters)2521         public System.Data.Objects.ObjectQuery<System.Data.Common.DbDataRecord> GroupBy(string keys, string projection, params System.Data.Objects.ObjectParameter[] parameters) { throw null; }
Include(string path)2522         public System.Data.Objects.ObjectQuery<T> Include(string path) { throw null; }
Intersect(System.Data.Objects.ObjectQuery<T> query)2523         public System.Data.Objects.ObjectQuery<T> Intersect(System.Data.Objects.ObjectQuery<T> query) { throw null; }
OfType()2524         public System.Data.Objects.ObjectQuery<TResultType> OfType<TResultType>() { throw null; }
OrderBy(string keys, params System.Data.Objects.ObjectParameter[] parameters)2525         public System.Data.Objects.ObjectQuery<T> OrderBy(string keys, params System.Data.Objects.ObjectParameter[] parameters) { throw null; }
Select(string projection, params System.Data.Objects.ObjectParameter[] parameters)2526         public System.Data.Objects.ObjectQuery<System.Data.Common.DbDataRecord> Select(string projection, params System.Data.Objects.ObjectParameter[] parameters) { throw null; }
SelectValue(string projection, params System.Data.Objects.ObjectParameter[] parameters)2527         public System.Data.Objects.ObjectQuery<TResultType> SelectValue<TResultType>(string projection, params System.Data.Objects.ObjectParameter[] parameters) { throw null; }
Skip(string keys, string count, params System.Data.Objects.ObjectParameter[] parameters)2528         public System.Data.Objects.ObjectQuery<T> Skip(string keys, string count, params System.Data.Objects.ObjectParameter[] parameters) { throw null; }
GetEnumerator()2529         System.Collections.Generic.IEnumerator<T> System.Collections.Generic.IEnumerable<T>.GetEnumerator() { throw null; }
Top(string count, params System.Data.Objects.ObjectParameter[] parameters)2530         public System.Data.Objects.ObjectQuery<T> Top(string count, params System.Data.Objects.ObjectParameter[] parameters) { throw null; }
Union(System.Data.Objects.ObjectQuery<T> query)2531         public System.Data.Objects.ObjectQuery<T> Union(System.Data.Objects.ObjectQuery<T> query) { throw null; }
UnionAll(System.Data.Objects.ObjectQuery<T> query)2532         public System.Data.Objects.ObjectQuery<T> UnionAll(System.Data.Objects.ObjectQuery<T> query) { throw null; }
Where(string predicate, params System.Data.Objects.ObjectParameter[] parameters)2533         public System.Data.Objects.ObjectQuery<T> Where(string predicate, params System.Data.Objects.ObjectParameter[] parameters) { throw null; }
2534     }
2535     public abstract partial class ObjectResult : System.Collections.IEnumerable, System.ComponentModel.IListSource, System.IDisposable
2536     {
ObjectResult()2537         internal ObjectResult() { }
2538         public abstract System.Type ElementType { get; }
2539         bool System.ComponentModel.IListSource.ContainsListCollection { get { throw null; } }
Dispose()2540         public abstract void Dispose();
GetNextResult()2541         public System.Data.Objects.ObjectResult<TElement> GetNextResult<TElement>() { throw null; }
System.Collections.IEnumerable.GetEnumerator()2542         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.ComponentModel.IListSource.GetList()2543         System.Collections.IList System.ComponentModel.IListSource.GetList() { throw null; }
2544     }
2545     public sealed partial class ObjectResult<T> : System.Data.Objects.ObjectResult, System.Collections.Generic.IEnumerable<T>, System.Collections.IEnumerable
2546     {
ObjectResult()2547         internal ObjectResult() { }
2548         public override System.Type ElementType { get { throw null; } }
Dispose()2549         public override void Dispose() { }
GetEnumerator()2550         public System.Collections.Generic.IEnumerator<T> GetEnumerator() { throw null; }
2551     }
2552     public partial class ObjectSet<TEntity> : System.Data.Objects.ObjectQuery<TEntity>, System.Collections.Generic.IEnumerable<TEntity>, System.Collections.IEnumerable, System.Data.Objects.IObjectSet<TEntity>, System.Linq.IQueryable, System.Linq.IQueryable<TEntity> where TEntity : class
2553     {
ObjectSet()2554         internal ObjectSet() : base (default(string), default(System.Data.Objects.ObjectContext)) { }
2555         public System.Data.Metadata.Edm.EntitySet EntitySet { get { throw null; } }
AddObject(TEntity entity)2556         public void AddObject(TEntity entity) { }
ApplyCurrentValues(TEntity currentEntity)2557         public TEntity ApplyCurrentValues(TEntity currentEntity) { throw null; }
ApplyOriginalValues(TEntity originalEntity)2558         public TEntity ApplyOriginalValues(TEntity originalEntity) { throw null; }
Attach(TEntity entity)2559         public void Attach(TEntity entity) { }
CreateObject()2560         public TEntity CreateObject() { throw null; }
2561         public T CreateObject<T>() where T : class, TEntity { throw null; }
DeleteObject(TEntity entity)2562         public void DeleteObject(TEntity entity) { }
Detach(TEntity entity)2563         public void Detach(TEntity entity) { }
2564     }
2565     public abstract partial class ObjectStateEntry : System.Data.Objects.DataClasses.IEntityChangeTracker
2566     {
ObjectStateEntry()2567         internal ObjectStateEntry() { }
2568         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
2569         public abstract System.Data.Objects.CurrentValueRecord CurrentValues { get; }
2570         public abstract object Entity { get; }
2571         public abstract System.Data.EntityKey EntityKey { get; }
2572         public System.Data.Metadata.Edm.EntitySetBase EntitySet { get { throw null; } }
2573         public abstract bool IsRelationship { get; }
2574         public System.Data.Objects.ObjectStateManager ObjectStateManager { get { throw null; } }
2575         [System.Diagnostics.DebuggerBrowsableAttribute((System.Diagnostics.DebuggerBrowsableState)(0))]
2576         public abstract System.Data.Common.DbDataRecord OriginalValues { get; }
2577         public abstract System.Data.Objects.DataClasses.RelationshipManager RelationshipManager { get; }
2578         public System.Data.EntityState State { get { throw null; } }
2579         System.Data.EntityState System.Data.Objects.DataClasses.IEntityChangeTracker.EntityState { get { throw null; } }
AcceptChanges()2580         public abstract void AcceptChanges();
ApplyCurrentValues(object currentEntity)2581         public abstract void ApplyCurrentValues(object currentEntity);
ApplyOriginalValues(object originalEntity)2582         public abstract void ApplyOriginalValues(object originalEntity);
ChangeState(System.Data.EntityState state)2583         public abstract void ChangeState(System.Data.EntityState state);
Delete()2584         public abstract void Delete();
GetModifiedProperties()2585         public abstract System.Collections.Generic.IEnumerable<string> GetModifiedProperties();
GetUpdatableOriginalValues()2586         public abstract System.Data.Objects.OriginalValueRecord GetUpdatableOriginalValues();
IsPropertyChanged(string propertyName)2587         public abstract bool IsPropertyChanged(string propertyName);
RejectPropertyChanges(string propertyName)2588         public abstract void RejectPropertyChanges(string propertyName);
SetModified()2589         public abstract void SetModified();
SetModifiedProperty(string propertyName)2590         public abstract void SetModifiedProperty(string propertyName);
System.Data.Objects.DataClasses.IEntityChangeTracker.EntityComplexMemberChanged(string entityMemberName, object complexObject, string complexObjectMemberName)2591         void System.Data.Objects.DataClasses.IEntityChangeTracker.EntityComplexMemberChanged(string entityMemberName, object complexObject, string complexObjectMemberName) { }
System.Data.Objects.DataClasses.IEntityChangeTracker.EntityComplexMemberChanging(string entityMemberName, object complexObject, string complexObjectMemberName)2592         void System.Data.Objects.DataClasses.IEntityChangeTracker.EntityComplexMemberChanging(string entityMemberName, object complexObject, string complexObjectMemberName) { }
System.Data.Objects.DataClasses.IEntityChangeTracker.EntityMemberChanged(string entityMemberName)2593         void System.Data.Objects.DataClasses.IEntityChangeTracker.EntityMemberChanged(string entityMemberName) { }
System.Data.Objects.DataClasses.IEntityChangeTracker.EntityMemberChanging(string entityMemberName)2594         void System.Data.Objects.DataClasses.IEntityChangeTracker.EntityMemberChanging(string entityMemberName) { }
2595     }
2596     public partial class ObjectStateManager
2597     {
2598         [System.CLSCompliantAttribute(false)]
ObjectStateManager(System.Data.Metadata.Edm.MetadataWorkspace metadataWorkspace)2599         public ObjectStateManager(System.Data.Metadata.Edm.MetadataWorkspace metadataWorkspace) { }
2600         [System.CLSCompliantAttribute(false)]
2601         public System.Data.Metadata.Edm.MetadataWorkspace MetadataWorkspace { get { throw null; } }
2602         public event System.ComponentModel.CollectionChangeEventHandler ObjectStateManagerChanged { add { } remove { } }
ChangeObjectState(object entity, System.Data.EntityState entityState)2603         public System.Data.Objects.ObjectStateEntry ChangeObjectState(object entity, System.Data.EntityState entityState) { throw null; }
ChangeRelationshipState(object sourceEntity, object targetEntity, string navigationProperty, System.Data.EntityState relationshipState)2604         public System.Data.Objects.ObjectStateEntry ChangeRelationshipState(object sourceEntity, object targetEntity, string navigationProperty, System.Data.EntityState relationshipState) { throw null; }
ChangeRelationshipState(object sourceEntity, object targetEntity, string relationshipName, string targetRoleName, System.Data.EntityState relationshipState)2605         public System.Data.Objects.ObjectStateEntry ChangeRelationshipState(object sourceEntity, object targetEntity, string relationshipName, string targetRoleName, System.Data.EntityState relationshipState) { throw null; }
2606         public System.Data.Objects.ObjectStateEntry ChangeRelationshipState<TEntity>(TEntity sourceEntity, object targetEntity, System.Linq.Expressions.Expression<System.Func<TEntity, object>> navigationPropertySelector, System.Data.EntityState relationshipState) where TEntity : class { throw null; }
GetObjectStateEntries(System.Data.EntityState state)2607         public System.Collections.Generic.IEnumerable<System.Data.Objects.ObjectStateEntry> GetObjectStateEntries(System.Data.EntityState state) { throw null; }
GetObjectStateEntry(System.Data.EntityKey key)2608         public System.Data.Objects.ObjectStateEntry GetObjectStateEntry(System.Data.EntityKey key) { throw null; }
GetObjectStateEntry(object entity)2609         public System.Data.Objects.ObjectStateEntry GetObjectStateEntry(object entity) { throw null; }
GetRelationshipManager(object entity)2610         public System.Data.Objects.DataClasses.RelationshipManager GetRelationshipManager(object entity) { throw null; }
TryGetObjectStateEntry(System.Data.EntityKey key, out System.Data.Objects.ObjectStateEntry entry)2611         public bool TryGetObjectStateEntry(System.Data.EntityKey key, out System.Data.Objects.ObjectStateEntry entry) { entry = default(System.Data.Objects.ObjectStateEntry); throw null; }
TryGetObjectStateEntry(object entity, out System.Data.Objects.ObjectStateEntry entry)2612         public bool TryGetObjectStateEntry(object entity, out System.Data.Objects.ObjectStateEntry entry) { entry = default(System.Data.Objects.ObjectStateEntry); throw null; }
TryGetRelationshipManager(object entity, out System.Data.Objects.DataClasses.RelationshipManager relationshipManager)2613         public bool TryGetRelationshipManager(object entity, out System.Data.Objects.DataClasses.RelationshipManager relationshipManager) { relationshipManager = default(System.Data.Objects.DataClasses.RelationshipManager); throw null; }
2614     }
2615     public abstract partial class OriginalValueRecord : System.Data.Objects.DbUpdatableDataRecord
2616     {
OriginalValueRecord()2617         internal OriginalValueRecord() { }
2618     }
2619     public partial class ProxyDataContractResolver : System.Runtime.Serialization.DataContractResolver
2620     {
ProxyDataContractResolver()2621         public ProxyDataContractResolver() { }
ResolveName(string typeName, string typeNamespace, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver)2622         public override System.Type ResolveName(string typeName, string typeNamespace, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver) { throw null; }
TryResolveType(System.Type dataContractType, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver, out System.Xml.XmlDictionaryString typeName, out System.Xml.XmlDictionaryString typeNamespace)2623         public override bool TryResolveType(System.Type dataContractType, System.Type declaredType, System.Runtime.Serialization.DataContractResolver knownTypeResolver, out System.Xml.XmlDictionaryString typeName, out System.Xml.XmlDictionaryString typeNamespace) { typeName = default(System.Xml.XmlDictionaryString); typeNamespace = default(System.Xml.XmlDictionaryString); throw null; }
2624     }
2625     public enum RefreshMode
2626     {
2627         ClientWins = 2,
2628         StoreWins = 1,
2629     }
2630     [System.FlagsAttribute]
2631     public enum SaveOptions
2632     {
2633         AcceptAllChangesAfterSave = 1,
2634         DetectChangesBeforeSave = 2,
2635         None = 0,
2636     }
2637 }
2638 namespace System.Data.Objects.DataClasses
2639 {
2640     [System.Runtime.Serialization.DataContractAttribute(IsReference=true)]
2641     [System.SerializableAttribute]
2642     public abstract partial class ComplexObject : System.Data.Objects.DataClasses.StructuralObject
2643     {
ComplexObject()2644         protected ComplexObject() { }
ReportPropertyChanged(string property)2645         protected sealed override void ReportPropertyChanged(string property) { }
ReportPropertyChanging(string property)2646         protected sealed override void ReportPropertyChanging(string property) { }
2647     }
2648     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
2649     public sealed partial class EdmComplexPropertyAttribute : System.Data.Objects.DataClasses.EdmPropertyAttribute
2650     {
EdmComplexPropertyAttribute()2651         public EdmComplexPropertyAttribute() { }
2652     }
2653     [System.AttributeUsageAttribute((System.AttributeTargets)(4))]
2654     public sealed partial class EdmComplexTypeAttribute : System.Data.Objects.DataClasses.EdmTypeAttribute
2655     {
EdmComplexTypeAttribute()2656         public EdmComplexTypeAttribute() { }
2657     }
2658     [System.AttributeUsageAttribute((System.AttributeTargets)(4), AllowMultiple=false)]
2659     public sealed partial class EdmEntityTypeAttribute : System.Data.Objects.DataClasses.EdmTypeAttribute
2660     {
EdmEntityTypeAttribute()2661         public EdmEntityTypeAttribute() { }
2662     }
2663     [System.AttributeUsageAttribute((System.AttributeTargets)(16))]
2664     public sealed partial class EdmEnumTypeAttribute : System.Data.Objects.DataClasses.EdmTypeAttribute
2665     {
EdmEnumTypeAttribute()2666         public EdmEnumTypeAttribute() { }
2667     }
2668     [System.AttributeUsageAttribute((System.AttributeTargets)(64), Inherited=false, AllowMultiple=false)]
2669     public sealed partial class EdmFunctionAttribute : System.Attribute
2670     {
EdmFunctionAttribute(string namespaceName, string functionName)2671         public EdmFunctionAttribute(string namespaceName, string functionName) { }
2672         public string FunctionName { get { throw null; } }
2673         public string NamespaceName { get { throw null; } }
2674     }
2675     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
2676     public abstract partial class EdmPropertyAttribute : System.Attribute
2677     {
EdmPropertyAttribute()2678         internal EdmPropertyAttribute() { }
2679     }
2680     [System.AttributeUsageAttribute((System.AttributeTargets)(1), AllowMultiple=true)]
2681     public sealed partial class EdmRelationshipAttribute : System.Attribute
2682     {
EdmRelationshipAttribute(string relationshipNamespaceName, string relationshipName, string role1Name, System.Data.Metadata.Edm.RelationshipMultiplicity role1Multiplicity, System.Type role1Type, string role2Name, System.Data.Metadata.Edm.RelationshipMultiplicity role2Multiplicity, System.Type role2Type)2683         public EdmRelationshipAttribute(string relationshipNamespaceName, string relationshipName, string role1Name, System.Data.Metadata.Edm.RelationshipMultiplicity role1Multiplicity, System.Type role1Type, string role2Name, System.Data.Metadata.Edm.RelationshipMultiplicity role2Multiplicity, System.Type role2Type) { }
EdmRelationshipAttribute(string relationshipNamespaceName, string relationshipName, string role1Name, System.Data.Metadata.Edm.RelationshipMultiplicity role1Multiplicity, System.Type role1Type, string role2Name, System.Data.Metadata.Edm.RelationshipMultiplicity role2Multiplicity, System.Type role2Type, bool isForeignKey)2684         public EdmRelationshipAttribute(string relationshipNamespaceName, string relationshipName, string role1Name, System.Data.Metadata.Edm.RelationshipMultiplicity role1Multiplicity, System.Type role1Type, string role2Name, System.Data.Metadata.Edm.RelationshipMultiplicity role2Multiplicity, System.Type role2Type, bool isForeignKey) { }
2685         public bool IsForeignKey { get { throw null; } }
2686         public string RelationshipName { get { throw null; } }
2687         public string RelationshipNamespaceName { get { throw null; } }
2688         public System.Data.Metadata.Edm.RelationshipMultiplicity Role1Multiplicity { get { throw null; } }
2689         public string Role1Name { get { throw null; } }
2690         public System.Type Role1Type { get { throw null; } }
2691         public System.Data.Metadata.Edm.RelationshipMultiplicity Role2Multiplicity { get { throw null; } }
2692         public string Role2Name { get { throw null; } }
2693         public System.Type Role2Type { get { throw null; } }
2694     }
2695     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
2696     public sealed partial class EdmRelationshipNavigationPropertyAttribute : System.Data.Objects.DataClasses.EdmPropertyAttribute
2697     {
EdmRelationshipNavigationPropertyAttribute(string relationshipNamespaceName, string relationshipName, string targetRoleName)2698         public EdmRelationshipNavigationPropertyAttribute(string relationshipNamespaceName, string relationshipName, string targetRoleName) { }
2699         public string RelationshipName { get { throw null; } }
2700         public string RelationshipNamespaceName { get { throw null; } }
2701         public string TargetRoleName { get { throw null; } }
2702     }
2703     [System.AttributeUsageAttribute((System.AttributeTargets)(128))]
2704     public sealed partial class EdmScalarPropertyAttribute : System.Data.Objects.DataClasses.EdmPropertyAttribute
2705     {
EdmScalarPropertyAttribute()2706         public EdmScalarPropertyAttribute() { }
2707         public bool EntityKeyProperty { get { throw null; } set { } }
2708         public bool IsNullable { get { throw null; } set { } }
2709     }
2710     [System.AttributeUsageAttribute((System.AttributeTargets)(5), AllowMultiple=true)]
2711     public sealed partial class EdmSchemaAttribute : System.Attribute
2712     {
EdmSchemaAttribute()2713         public EdmSchemaAttribute() { }
EdmSchemaAttribute(string assemblyGuid)2714         public EdmSchemaAttribute(string assemblyGuid) { }
2715     }
2716     public abstract partial class EdmTypeAttribute : System.Attribute
2717     {
EdmTypeAttribute()2718         internal EdmTypeAttribute() { }
2719         public string Name { get { throw null; } set { } }
2720         public string NamespaceName { get { throw null; } set { } }
2721     }
2722     [System.SerializableAttribute]
2723     public sealed partial class EntityCollection<TEntity> : System.Data.Objects.DataClasses.RelatedEnd, System.Collections.Generic.ICollection<TEntity>, System.Collections.Generic.IEnumerable<TEntity>, System.Collections.IEnumerable, System.ComponentModel.IListSource where TEntity : class
2724     {
EntityCollection()2725         public EntityCollection() { }
2726         public int Count { get { throw null; } }
2727         public bool IsReadOnly { get { throw null; } }
2728         bool System.ComponentModel.IListSource.ContainsListCollection { get { throw null; } }
Add(TEntity entity)2729         public void Add(TEntity entity) { }
Attach(System.Collections.Generic.IEnumerable<TEntity> entities)2730         public void Attach(System.Collections.Generic.IEnumerable<TEntity> entities) { }
Attach(TEntity entity)2731         public void Attach(TEntity entity) { }
Clear()2732         public void Clear() { }
Contains(TEntity entity)2733         public bool Contains(TEntity entity) { throw null; }
CopyTo(TEntity[] array, int arrayIndex)2734         public void CopyTo(TEntity[] array, int arrayIndex) { }
CreateSourceQuery()2735         public System.Data.Objects.ObjectQuery<TEntity> CreateSourceQuery() { throw null; }
GetEnumerator()2736         public new System.Collections.Generic.IEnumerator<TEntity> GetEnumerator() { throw null; }
Load(System.Data.Objects.MergeOption mergeOption)2737         public override void Load(System.Data.Objects.MergeOption mergeOption) { }
2738         [System.ComponentModel.BrowsableAttribute(false)]
2739         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2740         [System.Runtime.Serialization.OnDeserializedAttribute]
OnCollectionDeserialized(System.Runtime.Serialization.StreamingContext context)2741         public void OnCollectionDeserialized(System.Runtime.Serialization.StreamingContext context) { }
2742         [System.ComponentModel.BrowsableAttribute(false)]
2743         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2744         [System.Runtime.Serialization.OnSerializingAttribute]
OnSerializing(System.Runtime.Serialization.StreamingContext context)2745         public void OnSerializing(System.Runtime.Serialization.StreamingContext context) { }
Remove(TEntity entity)2746         public bool Remove(TEntity entity) { throw null; }
System.Collections.IEnumerable.GetEnumerator()2747         System.Collections.IEnumerator System.Collections.IEnumerable.GetEnumerator() { throw null; }
System.ComponentModel.IListSource.GetList()2748         System.Collections.IList System.ComponentModel.IListSource.GetList() { throw null; }
2749     }
2750     [System.Runtime.Serialization.DataContractAttribute(IsReference=true)]
2751     [System.SerializableAttribute]
2752     public abstract partial class EntityObject : System.Data.Objects.DataClasses.StructuralObject, System.Data.Objects.DataClasses.IEntityWithChangeTracker, System.Data.Objects.DataClasses.IEntityWithKey, System.Data.Objects.DataClasses.IEntityWithRelationships
2753     {
EntityObject()2754         protected EntityObject() { }
2755         [System.ComponentModel.BrowsableAttribute(false)]
2756         [System.Runtime.Serialization.DataMemberAttribute]
2757         public System.Data.EntityKey EntityKey { get { throw null; } set { } }
2758         [System.ComponentModel.BrowsableAttribute(false)]
2759         [System.Xml.Serialization.XmlIgnoreAttribute]
2760         public System.Data.EntityState EntityState { get { throw null; } }
2761         System.Data.Objects.DataClasses.RelationshipManager System.Data.Objects.DataClasses.IEntityWithRelationships.RelationshipManager { get { throw null; } }
ReportPropertyChanged(string property)2762         protected sealed override void ReportPropertyChanged(string property) { }
ReportPropertyChanging(string property)2763         protected sealed override void ReportPropertyChanging(string property) { }
System.Data.Objects.DataClasses.IEntityWithChangeTracker.SetChangeTracker(System.Data.Objects.DataClasses.IEntityChangeTracker changeTracker)2764         void System.Data.Objects.DataClasses.IEntityWithChangeTracker.SetChangeTracker(System.Data.Objects.DataClasses.IEntityChangeTracker changeTracker) { }
2765     }
2766     [System.Runtime.Serialization.DataContractAttribute]
2767     [System.SerializableAttribute]
2768     public abstract partial class EntityReference : System.Data.Objects.DataClasses.RelatedEnd
2769     {
EntityReference()2770         internal EntityReference() { }
2771         [System.Runtime.Serialization.DataMemberAttribute]
2772         public System.Data.EntityKey EntityKey { get { throw null; } set { } }
2773     }
2774     [System.Runtime.Serialization.DataContractAttribute]
2775     [System.SerializableAttribute]
2776     public sealed partial class EntityReference<TEntity> : System.Data.Objects.DataClasses.EntityReference where TEntity : class
2777     {
EntityReference()2778         public EntityReference() { }
2779         [System.Xml.Serialization.SoapIgnoreAttribute]
2780         [System.Xml.Serialization.XmlIgnoreAttribute]
2781         public TEntity Value { get { throw null; } set { } }
Attach(TEntity entity)2782         public void Attach(TEntity entity) { }
CreateSourceQuery()2783         public System.Data.Objects.ObjectQuery<TEntity> CreateSourceQuery() { throw null; }
Load(System.Data.Objects.MergeOption mergeOption)2784         public override void Load(System.Data.Objects.MergeOption mergeOption) { }
2785         [System.ComponentModel.BrowsableAttribute(false)]
2786         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2787         [System.Runtime.Serialization.OnDeserializedAttribute]
OnRefDeserialized(System.Runtime.Serialization.StreamingContext context)2788         public void OnRefDeserialized(System.Runtime.Serialization.StreamingContext context) { }
2789         [System.ComponentModel.BrowsableAttribute(false)]
2790         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2791         [System.Runtime.Serialization.OnSerializingAttribute]
OnSerializing(System.Runtime.Serialization.StreamingContext context)2792         public void OnSerializing(System.Runtime.Serialization.StreamingContext context) { }
2793     }
2794     public partial interface IEntityChangeTracker
2795     {
2796         System.Data.EntityState EntityState { get; }
EntityComplexMemberChanged(string entityMemberName, object complexObject, string complexObjectMemberName)2797         void EntityComplexMemberChanged(string entityMemberName, object complexObject, string complexObjectMemberName);
EntityComplexMemberChanging(string entityMemberName, object complexObject, string complexObjectMemberName)2798         void EntityComplexMemberChanging(string entityMemberName, object complexObject, string complexObjectMemberName);
EntityMemberChanged(string entityMemberName)2799         void EntityMemberChanged(string entityMemberName);
EntityMemberChanging(string entityMemberName)2800         void EntityMemberChanging(string entityMemberName);
2801     }
2802     public partial interface IEntityWithChangeTracker
2803     {
SetChangeTracker(System.Data.Objects.DataClasses.IEntityChangeTracker changeTracker)2804         void SetChangeTracker(System.Data.Objects.DataClasses.IEntityChangeTracker changeTracker);
2805     }
2806     public partial interface IEntityWithKey
2807     {
2808         System.Data.EntityKey EntityKey { get; set; }
2809     }
2810     public partial interface IEntityWithRelationships
2811     {
2812         System.Data.Objects.DataClasses.RelationshipManager RelationshipManager { get; }
2813     }
2814     public partial interface IRelatedEnd
2815     {
2816         bool IsLoaded { get; }
2817         string RelationshipName { get; }
2818         System.Data.Metadata.Edm.RelationshipSet RelationshipSet { get; }
2819         string SourceRoleName { get; }
2820         string TargetRoleName { get; }
Add(System.Data.Objects.DataClasses.IEntityWithRelationships entity)2821         void Add(System.Data.Objects.DataClasses.IEntityWithRelationships entity);
Add(object entity)2822         void Add(object entity);
Attach(System.Data.Objects.DataClasses.IEntityWithRelationships entity)2823         void Attach(System.Data.Objects.DataClasses.IEntityWithRelationships entity);
Attach(object entity)2824         void Attach(object entity);
CreateSourceQuery()2825         System.Collections.IEnumerable CreateSourceQuery();
GetEnumerator()2826         System.Collections.IEnumerator GetEnumerator();
Load()2827         void Load();
Load(System.Data.Objects.MergeOption mergeOption)2828         void Load(System.Data.Objects.MergeOption mergeOption);
Remove(System.Data.Objects.DataClasses.IEntityWithRelationships entity)2829         bool Remove(System.Data.Objects.DataClasses.IEntityWithRelationships entity);
Remove(object entity)2830         bool Remove(object entity);
2831     }
2832     [System.Runtime.Serialization.DataContractAttribute]
2833     [System.SerializableAttribute]
2834     public abstract partial class RelatedEnd : System.Data.Objects.DataClasses.IRelatedEnd
2835     {
RelatedEnd()2836         internal RelatedEnd() { }
2837         [System.Xml.Serialization.SoapIgnoreAttribute]
2838         [System.Xml.Serialization.XmlIgnoreAttribute]
2839         public bool IsLoaded { get { throw null; } }
2840         [System.Xml.Serialization.SoapIgnoreAttribute]
2841         [System.Xml.Serialization.XmlIgnoreAttribute]
2842         public string RelationshipName { get { throw null; } }
2843         [System.Xml.Serialization.SoapIgnoreAttribute]
2844         [System.Xml.Serialization.XmlIgnoreAttribute]
2845         public System.Data.Metadata.Edm.RelationshipSet RelationshipSet { get { throw null; } }
2846         [System.Xml.Serialization.SoapIgnoreAttribute]
2847         [System.Xml.Serialization.XmlIgnoreAttribute]
2848         public string SourceRoleName { get { throw null; } }
2849         [System.Xml.Serialization.SoapIgnoreAttribute]
2850         [System.Xml.Serialization.XmlIgnoreAttribute]
2851         public string TargetRoleName { get { throw null; } }
2852         public event System.ComponentModel.CollectionChangeEventHandler AssociationChanged { add { } remove { } }
GetEnumerator()2853         public System.Collections.IEnumerator GetEnumerator() { throw null; }
Load()2854         public void Load() { }
Load(System.Data.Objects.MergeOption mergeOption)2855         public abstract void Load(System.Data.Objects.MergeOption mergeOption);
2856         [System.ComponentModel.BrowsableAttribute(false)]
2857         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2858         [System.Runtime.Serialization.OnDeserializedAttribute]
OnDeserialized(System.Runtime.Serialization.StreamingContext context)2859         public void OnDeserialized(System.Runtime.Serialization.StreamingContext context) { }
System.Data.Objects.DataClasses.IRelatedEnd.Add(System.Data.Objects.DataClasses.IEntityWithRelationships entity)2860         void System.Data.Objects.DataClasses.IRelatedEnd.Add(System.Data.Objects.DataClasses.IEntityWithRelationships entity) { }
System.Data.Objects.DataClasses.IRelatedEnd.Add(object entity)2861         void System.Data.Objects.DataClasses.IRelatedEnd.Add(object entity) { }
System.Data.Objects.DataClasses.IRelatedEnd.Attach(System.Data.Objects.DataClasses.IEntityWithRelationships entity)2862         void System.Data.Objects.DataClasses.IRelatedEnd.Attach(System.Data.Objects.DataClasses.IEntityWithRelationships entity) { }
System.Data.Objects.DataClasses.IRelatedEnd.Attach(object entity)2863         void System.Data.Objects.DataClasses.IRelatedEnd.Attach(object entity) { }
System.Data.Objects.DataClasses.IRelatedEnd.CreateSourceQuery()2864         System.Collections.IEnumerable System.Data.Objects.DataClasses.IRelatedEnd.CreateSourceQuery() { throw null; }
System.Data.Objects.DataClasses.IRelatedEnd.Remove(System.Data.Objects.DataClasses.IEntityWithRelationships entity)2865         bool System.Data.Objects.DataClasses.IRelatedEnd.Remove(System.Data.Objects.DataClasses.IEntityWithRelationships entity) { throw null; }
System.Data.Objects.DataClasses.IRelatedEnd.Remove(object entity)2866         bool System.Data.Objects.DataClasses.IRelatedEnd.Remove(object entity) { throw null; }
2867     }
2868     public enum RelationshipKind
2869     {
2870         Association = 0,
2871     }
2872     [System.SerializableAttribute]
2873     public partial class RelationshipManager
2874     {
RelationshipManager()2875         internal RelationshipManager() { }
Create(System.Data.Objects.DataClasses.IEntityWithRelationships owner)2876         public static System.Data.Objects.DataClasses.RelationshipManager Create(System.Data.Objects.DataClasses.IEntityWithRelationships owner) { throw null; }
GetAllRelatedEnds()2877         public System.Collections.Generic.IEnumerable<System.Data.Objects.DataClasses.IRelatedEnd> GetAllRelatedEnds() { throw null; }
2878         public System.Data.Objects.DataClasses.EntityCollection<TTargetEntity> GetRelatedCollection<TTargetEntity>(string relationshipName, string targetRoleName) where TTargetEntity : class { throw null; }
GetRelatedEnd(string relationshipName, string targetRoleName)2879         public System.Data.Objects.DataClasses.IRelatedEnd GetRelatedEnd(string relationshipName, string targetRoleName) { throw null; }
2880         public System.Data.Objects.DataClasses.EntityReference<TTargetEntity> GetRelatedReference<TTargetEntity>(string relationshipName, string targetRoleName) where TTargetEntity : class { throw null; }
2881         [System.ComponentModel.BrowsableAttribute(false)]
2882         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2883         public void InitializeRelatedCollection<TTargetEntity>(string relationshipName, string targetRoleName, System.Data.Objects.DataClasses.EntityCollection<TTargetEntity> entityCollection) where TTargetEntity : class { }
2884         [System.ComponentModel.BrowsableAttribute(false)]
2885         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2886         public void InitializeRelatedReference<TTargetEntity>(string relationshipName, string targetRoleName, System.Data.Objects.DataClasses.EntityReference<TTargetEntity> entityReference) where TTargetEntity : class { }
2887         [System.ComponentModel.BrowsableAttribute(false)]
2888         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2889         [System.Runtime.Serialization.OnDeserializedAttribute]
OnDeserialized(System.Runtime.Serialization.StreamingContext context)2890         public void OnDeserialized(System.Runtime.Serialization.StreamingContext context) { }
2891         [System.ComponentModel.BrowsableAttribute(false)]
2892         [System.ComponentModel.EditorBrowsableAttribute((System.ComponentModel.EditorBrowsableState)(1))]
2893         [System.Runtime.Serialization.OnSerializingAttribute]
OnSerializing(System.Runtime.Serialization.StreamingContext context)2894         public void OnSerializing(System.Runtime.Serialization.StreamingContext context) { }
2895     }
2896     [System.Runtime.Serialization.DataContractAttribute(IsReference=true)]
2897     [System.SerializableAttribute]
2898     public abstract partial class StructuralObject : System.ComponentModel.INotifyPropertyChanged, System.ComponentModel.INotifyPropertyChanging
2899     {
2900         public static readonly string EntityKeyPropertyName;
StructuralObject()2901         protected StructuralObject() { }
2902         public event System.ComponentModel.PropertyChangedEventHandler PropertyChanged { add { } remove { } }
2903         public event System.ComponentModel.PropertyChangingEventHandler PropertyChanging { add { } remove { } }
BinaryEquals(byte[] first, byte[] second)2904         protected internal static bool BinaryEquals(byte[] first, byte[] second) { throw null; }
DefaultDateTimeValue()2905         protected static System.DateTime DefaultDateTimeValue() { throw null; }
GetValidValue(byte[] currentValue)2906         protected internal static byte[] GetValidValue(byte[] currentValue) { throw null; }
2907         protected internal T GetValidValue<T>(T currentValue, string property, bool isNullable, bool isInitialized) where T : System.Data.Objects.DataClasses.ComplexObject, new() { throw null; }
OnPropertyChanged(string property)2908         protected virtual void OnPropertyChanged(string property) { }
OnPropertyChanging(string property)2909         protected virtual void OnPropertyChanging(string property) { }
ReportPropertyChanged(string property)2910         protected virtual void ReportPropertyChanged(string property) { }
ReportPropertyChanging(string property)2911         protected virtual void ReportPropertyChanging(string property) { }
SetValidValue(bool value)2912         protected internal static bool SetValidValue(bool value) { throw null; }
SetValidValue(bool value, string propertyName)2913         protected internal static bool SetValidValue(bool value, string propertyName) { throw null; }
SetValidValue(byte value)2914         protected internal static byte SetValidValue(byte value) { throw null; }
SetValidValue(byte value, string propertyName)2915         protected internal static byte SetValidValue(byte value, string propertyName) { throw null; }
SetValidValue(byte[] value, bool isNullable)2916         protected internal static byte[] SetValidValue(byte[] value, bool isNullable) { throw null; }
SetValidValue(byte[] value, bool isNullable, string propertyName)2917         protected internal static byte[] SetValidValue(byte[] value, bool isNullable, string propertyName) { throw null; }
SetValidValue(System.Data.Spatial.DbGeography value, bool isNullable)2918         protected internal static System.Data.Spatial.DbGeography SetValidValue(System.Data.Spatial.DbGeography value, bool isNullable) { throw null; }
SetValidValue(System.Data.Spatial.DbGeography value, bool isNullable, string propertyName)2919         protected internal static System.Data.Spatial.DbGeography SetValidValue(System.Data.Spatial.DbGeography value, bool isNullable, string propertyName) { throw null; }
SetValidValue(System.Data.Spatial.DbGeometry value, bool isNullable)2920         protected internal static System.Data.Spatial.DbGeometry SetValidValue(System.Data.Spatial.DbGeometry value, bool isNullable) { throw null; }
SetValidValue(System.Data.Spatial.DbGeometry value, bool isNullable, string propertyName)2921         protected internal static System.Data.Spatial.DbGeometry SetValidValue(System.Data.Spatial.DbGeometry value, bool isNullable, string propertyName) { throw null; }
SetValidValue(System.DateTime value)2922         protected internal static System.DateTime SetValidValue(System.DateTime value) { throw null; }
SetValidValue(System.DateTime value, string propertyName)2923         protected internal static System.DateTime SetValidValue(System.DateTime value, string propertyName) { throw null; }
SetValidValue(System.DateTimeOffset value)2924         protected internal static System.DateTimeOffset SetValidValue(System.DateTimeOffset value) { throw null; }
SetValidValue(System.DateTimeOffset value, string propertyName)2925         protected internal static System.DateTimeOffset SetValidValue(System.DateTimeOffset value, string propertyName) { throw null; }
SetValidValue(decimal value)2926         protected internal static decimal SetValidValue(decimal value) { throw null; }
SetValidValue(decimal value, string propertyName)2927         protected internal static decimal SetValidValue(decimal value, string propertyName) { throw null; }
SetValidValue(double value)2928         protected internal static double SetValidValue(double value) { throw null; }
SetValidValue(double value, string propertyName)2929         protected internal static double SetValidValue(double value, string propertyName) { throw null; }
SetValidValue(System.Guid value)2930         protected internal static System.Guid SetValidValue(System.Guid value) { throw null; }
SetValidValue(System.Guid value, string propertyName)2931         protected internal static System.Guid SetValidValue(System.Guid value, string propertyName) { throw null; }
SetValidValue(short value)2932         protected internal static short SetValidValue(short value) { throw null; }
SetValidValue(short value, string propertyName)2933         protected internal static short SetValidValue(short value, string propertyName) { throw null; }
SetValidValue(int value)2934         protected internal static int SetValidValue(int value) { throw null; }
SetValidValue(int value, string propertyName)2935         protected internal static int SetValidValue(int value, string propertyName) { throw null; }
SetValidValue(long value)2936         protected internal static long SetValidValue(long value) { throw null; }
SetValidValue(long value, string propertyName)2937         protected internal static long SetValidValue(long value, string propertyName) { throw null; }
SetValidValue(System.Nullable<bool> value)2938         protected internal static System.Nullable<bool> SetValidValue(System.Nullable<bool> value) { throw null; }
SetValidValue(System.Nullable<bool> value, string propertyName)2939         protected internal static System.Nullable<bool> SetValidValue(System.Nullable<bool> value, string propertyName) { throw null; }
SetValidValue(System.Nullable<byte> value)2940         protected internal static System.Nullable<byte> SetValidValue(System.Nullable<byte> value) { throw null; }
SetValidValue(System.Nullable<byte> value, string propertyName)2941         protected internal static System.Nullable<byte> SetValidValue(System.Nullable<byte> value, string propertyName) { throw null; }
SetValidValue(System.Nullable<System.DateTimeOffset> value)2942         protected internal static System.Nullable<System.DateTimeOffset> SetValidValue(System.Nullable<System.DateTimeOffset> value) { throw null; }
SetValidValue(System.Nullable<System.DateTimeOffset> value, string propertyName)2943         protected internal static System.Nullable<System.DateTimeOffset> SetValidValue(System.Nullable<System.DateTimeOffset> value, string propertyName) { throw null; }
SetValidValue(System.Nullable<System.DateTime> value)2944         protected internal static System.Nullable<System.DateTime> SetValidValue(System.Nullable<System.DateTime> value) { throw null; }
SetValidValue(System.Nullable<System.DateTime> value, string propertyName)2945         protected internal static System.Nullable<System.DateTime> SetValidValue(System.Nullable<System.DateTime> value, string propertyName) { throw null; }
SetValidValue(System.Nullable<decimal> value)2946         protected internal static System.Nullable<decimal> SetValidValue(System.Nullable<decimal> value) { throw null; }
SetValidValue(System.Nullable<decimal> value, string propertyName)2947         protected internal static System.Nullable<decimal> SetValidValue(System.Nullable<decimal> value, string propertyName) { throw null; }
SetValidValue(System.Nullable<double> value)2948         protected internal static System.Nullable<double> SetValidValue(System.Nullable<double> value) { throw null; }
SetValidValue(System.Nullable<double> value, string propertyName)2949         protected internal static System.Nullable<double> SetValidValue(System.Nullable<double> value, string propertyName) { throw null; }
SetValidValue(System.Nullable<System.Guid> value)2950         protected internal static System.Nullable<System.Guid> SetValidValue(System.Nullable<System.Guid> value) { throw null; }
SetValidValue(System.Nullable<System.Guid> value, string propertyName)2951         protected internal static System.Nullable<System.Guid> SetValidValue(System.Nullable<System.Guid> value, string propertyName) { throw null; }
SetValidValue(System.Nullable<short> value)2952         protected internal static System.Nullable<short> SetValidValue(System.Nullable<short> value) { throw null; }
SetValidValue(System.Nullable<short> value, string propertyName)2953         protected internal static System.Nullable<short> SetValidValue(System.Nullable<short> value, string propertyName) { throw null; }
SetValidValue(System.Nullable<int> value)2954         protected internal static System.Nullable<int> SetValidValue(System.Nullable<int> value) { throw null; }
SetValidValue(System.Nullable<int> value, string propertyName)2955         protected internal static System.Nullable<int> SetValidValue(System.Nullable<int> value, string propertyName) { throw null; }
SetValidValue(System.Nullable<long> value)2956         protected internal static System.Nullable<long> SetValidValue(System.Nullable<long> value) { throw null; }
SetValidValue(System.Nullable<long> value, string propertyName)2957         protected internal static System.Nullable<long> SetValidValue(System.Nullable<long> value, string propertyName) { throw null; }
2958         [System.CLSCompliantAttribute(false)]
SetValidValue(System.Nullable<sbyte> value)2959         protected internal static System.Nullable<sbyte> SetValidValue(System.Nullable<sbyte> value) { throw null; }
2960         [System.CLSCompliantAttribute(false)]
SetValidValue(System.Nullable<sbyte> value, string propertyName)2961         protected internal static System.Nullable<sbyte> SetValidValue(System.Nullable<sbyte> value, string propertyName) { throw null; }
SetValidValue(System.Nullable<float> value)2962         protected internal static System.Nullable<float> SetValidValue(System.Nullable<float> value) { throw null; }
SetValidValue(System.Nullable<float> value, string propertyName)2963         protected internal static System.Nullable<float> SetValidValue(System.Nullable<float> value, string propertyName) { throw null; }
SetValidValue(System.Nullable<System.TimeSpan> value)2964         protected internal static System.Nullable<System.TimeSpan> SetValidValue(System.Nullable<System.TimeSpan> value) { throw null; }
SetValidValue(System.Nullable<System.TimeSpan> value, string propertyName)2965         protected internal static System.Nullable<System.TimeSpan> SetValidValue(System.Nullable<System.TimeSpan> value, string propertyName) { throw null; }
2966         [System.CLSCompliantAttribute(false)]
SetValidValue(System.Nullable<ushort> value)2967         protected internal static System.Nullable<ushort> SetValidValue(System.Nullable<ushort> value) { throw null; }
2968         [System.CLSCompliantAttribute(false)]
SetValidValue(System.Nullable<ushort> value, string propertyName)2969         protected internal static System.Nullable<ushort> SetValidValue(System.Nullable<ushort> value, string propertyName) { throw null; }
2970         [System.CLSCompliantAttribute(false)]
SetValidValue(System.Nullable<uint> value)2971         protected internal static System.Nullable<uint> SetValidValue(System.Nullable<uint> value) { throw null; }
2972         [System.CLSCompliantAttribute(false)]
SetValidValue(System.Nullable<uint> value, string propertyName)2973         protected internal static System.Nullable<uint> SetValidValue(System.Nullable<uint> value, string propertyName) { throw null; }
2974         [System.CLSCompliantAttribute(false)]
SetValidValue(System.Nullable<ulong> value)2975         protected internal static System.Nullable<ulong> SetValidValue(System.Nullable<ulong> value) { throw null; }
2976         [System.CLSCompliantAttribute(false)]
SetValidValue(System.Nullable<ulong> value, string propertyName)2977         protected internal static System.Nullable<ulong> SetValidValue(System.Nullable<ulong> value, string propertyName) { throw null; }
2978         [System.CLSCompliantAttribute(false)]
SetValidValue(sbyte value)2979         protected internal static sbyte SetValidValue(sbyte value) { throw null; }
2980         [System.CLSCompliantAttribute(false)]
SetValidValue(sbyte value, string propertyName)2981         protected internal static sbyte SetValidValue(sbyte value, string propertyName) { throw null; }
SetValidValue(float value)2982         protected internal static float SetValidValue(float value) { throw null; }
SetValidValue(float value, string propertyName)2983         protected internal static float SetValidValue(float value, string propertyName) { throw null; }
SetValidValue(string value, bool isNullable)2984         protected internal static string SetValidValue(string value, bool isNullable) { throw null; }
SetValidValue(string value, bool isNullable, string propertyName)2985         protected internal static string SetValidValue(string value, bool isNullable, string propertyName) { throw null; }
SetValidValue(System.TimeSpan value)2986         protected internal static System.TimeSpan SetValidValue(System.TimeSpan value) { throw null; }
SetValidValue(System.TimeSpan value, string propertyName)2987         protected internal static System.TimeSpan SetValidValue(System.TimeSpan value, string propertyName) { throw null; }
2988         [System.CLSCompliantAttribute(false)]
SetValidValue(ushort value)2989         protected internal static ushort SetValidValue(ushort value) { throw null; }
2990         [System.CLSCompliantAttribute(false)]
SetValidValue(ushort value, string propertyName)2991         protected internal static ushort SetValidValue(ushort value, string propertyName) { throw null; }
2992         [System.CLSCompliantAttribute(false)]
SetValidValue(uint value)2993         protected internal static uint SetValidValue(uint value) { throw null; }
2994         [System.CLSCompliantAttribute(false)]
SetValidValue(uint value, string propertyName)2995         protected internal static uint SetValidValue(uint value, string propertyName) { throw null; }
2996         [System.CLSCompliantAttribute(false)]
SetValidValue(ulong value)2997         protected internal static ulong SetValidValue(ulong value) { throw null; }
2998         [System.CLSCompliantAttribute(false)]
SetValidValue(ulong value, string propertyName)2999         protected internal static ulong SetValidValue(ulong value, string propertyName) { throw null; }
3000         protected internal T SetValidValue<T>(T oldValue, T newValue, string property) where T : System.Data.Objects.DataClasses.ComplexObject { throw null; }
3001         protected internal static TComplex VerifyComplexObjectIsNotNull<TComplex>(TComplex complexObject, string propertyName) where TComplex : System.Data.Objects.DataClasses.ComplexObject { throw null; }
3002     }
3003 }
3004 namespace System.Data.Objects.SqlClient
3005 {
3006     public static partial class SqlFunctions
3007     {
3008         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ACOS")]
Acos(System.Nullable<decimal> arg1)3009         public static System.Nullable<double> Acos(System.Nullable<decimal> arg1) { throw null; }
3010         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ACOS")]
Acos(System.Nullable<double> arg1)3011         public static System.Nullable<double> Acos(System.Nullable<double> arg1) { throw null; }
3012         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ASCII")]
Ascii(string arg)3013         public static System.Nullable<int> Ascii(string arg) { throw null; }
3014         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ASIN")]
Asin(System.Nullable<decimal> arg)3015         public static System.Nullable<double> Asin(System.Nullable<decimal> arg) { throw null; }
3016         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ASIN")]
Asin(System.Nullable<double> arg)3017         public static System.Nullable<double> Asin(System.Nullable<double> arg) { throw null; }
3018         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ATAN")]
Atan(System.Nullable<decimal> arg)3019         public static System.Nullable<double> Atan(System.Nullable<decimal> arg) { throw null; }
3020         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ATAN")]
Atan(System.Nullable<double> arg)3021         public static System.Nullable<double> Atan(System.Nullable<double> arg) { throw null; }
3022         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ATN2")]
Atan2(System.Nullable<decimal> arg1, System.Nullable<decimal> arg2)3023         public static System.Nullable<double> Atan2(System.Nullable<decimal> arg1, System.Nullable<decimal> arg2) { throw null; }
3024         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ATN2")]
Atan2(System.Nullable<double> arg1, System.Nullable<double> arg2)3025         public static System.Nullable<double> Atan2(System.Nullable<double> arg1, System.Nullable<double> arg2) { throw null; }
3026         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHAR")]
Char(System.Nullable<int> arg)3027         public static string Char(System.Nullable<int> arg) { throw null; }
3028         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHARINDEX")]
CharIndex(byte[] toSearch, byte[] target)3029         public static System.Nullable<int> CharIndex(byte[] toSearch, byte[] target) { throw null; }
3030         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHARINDEX")]
CharIndex(byte[] toSearch, byte[] target, System.Nullable<int> startLocation)3031         public static System.Nullable<int> CharIndex(byte[] toSearch, byte[] target, System.Nullable<int> startLocation) { throw null; }
3032         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHARINDEX")]
CharIndex(byte[] toSearch, byte[] target, System.Nullable<long> startLocation)3033         public static System.Nullable<long> CharIndex(byte[] toSearch, byte[] target, System.Nullable<long> startLocation) { throw null; }
3034         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHARINDEX")]
CharIndex(string toSearch, string target)3035         public static System.Nullable<int> CharIndex(string toSearch, string target) { throw null; }
3036         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHARINDEX")]
CharIndex(string toSearch, string target, System.Nullable<int> startLocation)3037         public static System.Nullable<int> CharIndex(string toSearch, string target, System.Nullable<int> startLocation) { throw null; }
3038         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHARINDEX")]
CharIndex(string toSearch, string target, System.Nullable<long> startLocation)3039         public static System.Nullable<long> CharIndex(string toSearch, string target, System.Nullable<long> startLocation) { throw null; }
3040         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(byte[] arg1)3041         public static System.Nullable<int> Checksum(byte[] arg1) { throw null; }
3042         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(byte[] arg1, byte[] arg2)3043         public static System.Nullable<int> Checksum(byte[] arg1, byte[] arg2) { throw null; }
3044         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(byte[] arg1, byte[] arg2, byte[] arg3)3045         public static System.Nullable<int> Checksum(byte[] arg1, byte[] arg2, byte[] arg3) { throw null; }
3046         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<bool> arg1)3047         public static System.Nullable<int> Checksum(System.Nullable<bool> arg1) { throw null; }
3048         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<bool> arg1, System.Nullable<bool> arg2)3049         public static System.Nullable<int> Checksum(System.Nullable<bool> arg1, System.Nullable<bool> arg2) { throw null; }
3050         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<bool> arg1, System.Nullable<bool> arg2, System.Nullable<bool> arg3)3051         public static System.Nullable<int> Checksum(System.Nullable<bool> arg1, System.Nullable<bool> arg2, System.Nullable<bool> arg3) { throw null; }
3052         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.DateTimeOffset> arg1)3053         public static System.Nullable<int> Checksum(System.Nullable<System.DateTimeOffset> arg1) { throw null; }
3054         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.DateTimeOffset> arg1, System.Nullable<System.DateTimeOffset> arg2)3055         public static System.Nullable<int> Checksum(System.Nullable<System.DateTimeOffset> arg1, System.Nullable<System.DateTimeOffset> arg2) { throw null; }
3056         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.DateTimeOffset> arg1, System.Nullable<System.DateTimeOffset> arg2, System.Nullable<System.DateTimeOffset> arg3)3057         public static System.Nullable<int> Checksum(System.Nullable<System.DateTimeOffset> arg1, System.Nullable<System.DateTimeOffset> arg2, System.Nullable<System.DateTimeOffset> arg3) { throw null; }
3058         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.DateTime> arg1)3059         public static System.Nullable<int> Checksum(System.Nullable<System.DateTime> arg1) { throw null; }
3060         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.DateTime> arg1, System.Nullable<System.DateTime> arg2)3061         public static System.Nullable<int> Checksum(System.Nullable<System.DateTime> arg1, System.Nullable<System.DateTime> arg2) { throw null; }
3062         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.DateTime> arg1, System.Nullable<System.DateTime> arg2, System.Nullable<System.DateTime> arg3)3063         public static System.Nullable<int> Checksum(System.Nullable<System.DateTime> arg1, System.Nullable<System.DateTime> arg2, System.Nullable<System.DateTime> arg3) { throw null; }
3064         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<decimal> arg1)3065         public static System.Nullable<int> Checksum(System.Nullable<decimal> arg1) { throw null; }
3066         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<decimal> arg1, System.Nullable<decimal> arg2)3067         public static System.Nullable<int> Checksum(System.Nullable<decimal> arg1, System.Nullable<decimal> arg2) { throw null; }
3068         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<decimal> arg1, System.Nullable<decimal> arg2, System.Nullable<decimal> arg3)3069         public static System.Nullable<int> Checksum(System.Nullable<decimal> arg1, System.Nullable<decimal> arg2, System.Nullable<decimal> arg3) { throw null; }
3070         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<double> arg1)3071         public static System.Nullable<int> Checksum(System.Nullable<double> arg1) { throw null; }
3072         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<double> arg1, System.Nullable<double> arg2)3073         public static System.Nullable<int> Checksum(System.Nullable<double> arg1, System.Nullable<double> arg2) { throw null; }
3074         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<double> arg1, System.Nullable<double> arg2, System.Nullable<double> arg3)3075         public static System.Nullable<int> Checksum(System.Nullable<double> arg1, System.Nullable<double> arg2, System.Nullable<double> arg3) { throw null; }
3076         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.Guid> arg1)3077         public static System.Nullable<int> Checksum(System.Nullable<System.Guid> arg1) { throw null; }
3078         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.Guid> arg1, System.Nullable<System.Guid> arg2)3079         public static System.Nullable<int> Checksum(System.Nullable<System.Guid> arg1, System.Nullable<System.Guid> arg2) { throw null; }
3080         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.Guid> arg1, System.Nullable<System.Guid> arg2, System.Nullable<System.Guid> arg3)3081         public static System.Nullable<int> Checksum(System.Nullable<System.Guid> arg1, System.Nullable<System.Guid> arg2, System.Nullable<System.Guid> arg3) { throw null; }
3082         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.TimeSpan> arg1)3083         public static System.Nullable<int> Checksum(System.Nullable<System.TimeSpan> arg1) { throw null; }
3084         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.TimeSpan> arg1, System.Nullable<System.TimeSpan> arg2)3085         public static System.Nullable<int> Checksum(System.Nullable<System.TimeSpan> arg1, System.Nullable<System.TimeSpan> arg2) { throw null; }
3086         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(System.Nullable<System.TimeSpan> arg1, System.Nullable<System.TimeSpan> arg2, System.Nullable<System.TimeSpan> arg3)3087         public static System.Nullable<int> Checksum(System.Nullable<System.TimeSpan> arg1, System.Nullable<System.TimeSpan> arg2, System.Nullable<System.TimeSpan> arg3) { throw null; }
3088         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(string arg1)3089         public static System.Nullable<int> Checksum(string arg1) { throw null; }
3090         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(string arg1, string arg2)3091         public static System.Nullable<int> Checksum(string arg1, string arg2) { throw null; }
3092         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM")]
Checksum(string arg1, string arg2, string arg3)3093         public static System.Nullable<int> Checksum(string arg1, string arg2, string arg3) { throw null; }
3094         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM_AGG")]
ChecksumAggregate(System.Collections.Generic.IEnumerable<int> arg)3095         public static System.Nullable<int> ChecksumAggregate(System.Collections.Generic.IEnumerable<int> arg) { throw null; }
3096         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CHECKSUM_AGG")]
ChecksumAggregate(System.Collections.Generic.IEnumerable<System.Nullable<int>> arg)3097         public static System.Nullable<int> ChecksumAggregate(System.Collections.Generic.IEnumerable<System.Nullable<int>> arg) { throw null; }
3098         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "COS")]
Cos(System.Nullable<decimal> arg)3099         public static System.Nullable<double> Cos(System.Nullable<decimal> arg) { throw null; }
3100         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "COS")]
Cos(System.Nullable<double> arg)3101         public static System.Nullable<double> Cos(System.Nullable<double> arg) { throw null; }
3102         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "COT")]
Cot(System.Nullable<decimal> arg)3103         public static System.Nullable<double> Cot(System.Nullable<decimal> arg) { throw null; }
3104         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "COT")]
Cot(System.Nullable<double> arg)3105         public static System.Nullable<double> Cot(System.Nullable<double> arg) { throw null; }
3106         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CURRENT_TIMESTAMP")]
CurrentTimestamp()3107         public static System.Nullable<System.DateTime> CurrentTimestamp() { throw null; }
3108         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "CURRENT_USER")]
CurrentUser()3109         public static string CurrentUser() { throw null; }
3110         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATALENGTH")]
DataLength(byte[] arg)3111         public static System.Nullable<int> DataLength(byte[] arg) { throw null; }
3112         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATALENGTH")]
DataLength(System.Nullable<bool> arg)3113         public static System.Nullable<int> DataLength(System.Nullable<bool> arg) { throw null; }
3114         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATALENGTH")]
DataLength(System.Nullable<System.DateTimeOffset> arg)3115         public static System.Nullable<int> DataLength(System.Nullable<System.DateTimeOffset> arg) { throw null; }
3116         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATALENGTH")]
DataLength(System.Nullable<System.DateTime> arg)3117         public static System.Nullable<int> DataLength(System.Nullable<System.DateTime> arg) { throw null; }
3118         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATALENGTH")]
DataLength(System.Nullable<decimal> arg)3119         public static System.Nullable<int> DataLength(System.Nullable<decimal> arg) { throw null; }
3120         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATALENGTH")]
DataLength(System.Nullable<double> arg)3121         public static System.Nullable<int> DataLength(System.Nullable<double> arg) { throw null; }
3122         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATALENGTH")]
DataLength(System.Nullable<System.Guid> arg)3123         public static System.Nullable<int> DataLength(System.Nullable<System.Guid> arg) { throw null; }
3124         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATALENGTH")]
DataLength(System.Nullable<System.TimeSpan> arg)3125         public static System.Nullable<int> DataLength(System.Nullable<System.TimeSpan> arg) { throw null; }
3126         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATALENGTH")]
DataLength(string arg)3127         public static System.Nullable<int> DataLength(string arg) { throw null; }
3128         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEADD")]
DateAdd(string datePartArg, System.Nullable<double> number, System.Nullable<System.DateTimeOffset> dateTimeOffsetArg)3129         public static System.Nullable<System.DateTimeOffset> DateAdd(string datePartArg, System.Nullable<double> number, System.Nullable<System.DateTimeOffset> dateTimeOffsetArg) { throw null; }
3130         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEADD")]
DateAdd(string datePartArg, System.Nullable<double> number, System.Nullable<System.DateTime> date)3131         public static System.Nullable<System.DateTime> DateAdd(string datePartArg, System.Nullable<double> number, System.Nullable<System.DateTime> date) { throw null; }
3132         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEADD")]
DateAdd(string datePartArg, System.Nullable<double> number, System.Nullable<System.TimeSpan> time)3133         public static System.Nullable<System.TimeSpan> DateAdd(string datePartArg, System.Nullable<double> number, System.Nullable<System.TimeSpan> time) { throw null; }
3134         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEADD")]
DateAdd(string datePartArg, System.Nullable<double> number, string date)3135         public static System.Nullable<System.DateTime> DateAdd(string datePartArg, System.Nullable<double> number, string date) { throw null; }
3136         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTimeOffset> endDate)3137         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
3138         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTime> endDate)3139         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
3140         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.TimeSpan> endDate)3141         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.DateTimeOffset> startDate, System.Nullable<System.TimeSpan> endDate) { throw null; }
3142         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.DateTimeOffset> startDate, string endDate)3143         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.DateTimeOffset> startDate, string endDate) { throw null; }
3144         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTimeOffset> endDate)3145         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
3146         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate)3147         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.DateTime> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
3148         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.DateTime> startDate, System.Nullable<System.TimeSpan> endDate)3149         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.DateTime> startDate, System.Nullable<System.TimeSpan> endDate) { throw null; }
3150         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.DateTime> startDate, string endDate)3151         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.DateTime> startDate, string endDate) { throw null; }
3152         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.TimeSpan> startDate, System.Nullable<System.DateTimeOffset> endDate)3153         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.TimeSpan> startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
3154         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.TimeSpan> startDate, System.Nullable<System.DateTime> endDate)3155         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.TimeSpan> startDate, System.Nullable<System.DateTime> endDate) { throw null; }
3156         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.TimeSpan> startDate, System.Nullable<System.TimeSpan> endDate)3157         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.TimeSpan> startDate, System.Nullable<System.TimeSpan> endDate) { throw null; }
3158         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, System.Nullable<System.TimeSpan> startDate, string endDate)3159         public static System.Nullable<int> DateDiff(string datePartArg, System.Nullable<System.TimeSpan> startDate, string endDate) { throw null; }
3160         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, string startDate, System.Nullable<System.DateTimeOffset> endDate)3161         public static System.Nullable<int> DateDiff(string datePartArg, string startDate, System.Nullable<System.DateTimeOffset> endDate) { throw null; }
3162         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, string startDate, System.Nullable<System.DateTime> endDate)3163         public static System.Nullable<int> DateDiff(string datePartArg, string startDate, System.Nullable<System.DateTime> endDate) { throw null; }
3164         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, string startDate, System.Nullable<System.TimeSpan> endDate)3165         public static System.Nullable<int> DateDiff(string datePartArg, string startDate, System.Nullable<System.TimeSpan> endDate) { throw null; }
3166         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEDIFF")]
DateDiff(string datePartArg, string startDate, string endDate)3167         public static System.Nullable<int> DateDiff(string datePartArg, string startDate, string endDate) { throw null; }
3168         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATENAME")]
DateName(string datePartArg, System.Nullable<System.DateTimeOffset> date)3169         public static string DateName(string datePartArg, System.Nullable<System.DateTimeOffset> date) { throw null; }
3170         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATENAME")]
DateName(string datePartArg, System.Nullable<System.DateTime> date)3171         public static string DateName(string datePartArg, System.Nullable<System.DateTime> date) { throw null; }
3172         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATENAME")]
DateName(string datePartArg, System.Nullable<System.TimeSpan> date)3173         public static string DateName(string datePartArg, System.Nullable<System.TimeSpan> date) { throw null; }
3174         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATENAME")]
DateName(string datePartArg, string date)3175         public static string DateName(string datePartArg, string date) { throw null; }
3176         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEPART")]
DatePart(string datePartArg, System.Nullable<System.DateTimeOffset> date)3177         public static System.Nullable<int> DatePart(string datePartArg, System.Nullable<System.DateTimeOffset> date) { throw null; }
3178         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEPART")]
DatePart(string datePartArg, System.Nullable<System.DateTime> date)3179         public static System.Nullable<int> DatePart(string datePartArg, System.Nullable<System.DateTime> date) { throw null; }
3180         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEPART")]
DatePart(string datePartArg, System.Nullable<System.TimeSpan> date)3181         public static System.Nullable<int> DatePart(string datePartArg, System.Nullable<System.TimeSpan> date) { throw null; }
3182         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DATEPART")]
DatePart(string datePartArg, string date)3183         public static System.Nullable<int> DatePart(string datePartArg, string date) { throw null; }
3184         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DEGREES")]
Degrees(System.Nullable<decimal> arg1)3185         public static System.Nullable<decimal> Degrees(System.Nullable<decimal> arg1) { throw null; }
3186         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DEGREES")]
Degrees(System.Nullable<double> arg1)3187         public static System.Nullable<double> Degrees(System.Nullable<double> arg1) { throw null; }
3188         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DEGREES")]
Degrees(System.Nullable<int> arg1)3189         public static System.Nullable<int> Degrees(System.Nullable<int> arg1) { throw null; }
3190         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DEGREES")]
Degrees(System.Nullable<long> arg1)3191         public static System.Nullable<long> Degrees(System.Nullable<long> arg1) { throw null; }
3192         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "DIFFERENCE")]
Difference(string string1, string string2)3193         public static System.Nullable<int> Difference(string string1, string string2) { throw null; }
3194         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "EXP")]
Exp(System.Nullable<decimal> arg)3195         public static System.Nullable<double> Exp(System.Nullable<decimal> arg) { throw null; }
3196         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "EXP")]
Exp(System.Nullable<double> arg)3197         public static System.Nullable<double> Exp(System.Nullable<double> arg) { throw null; }
3198         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "GETDATE")]
GetDate()3199         public static System.Nullable<System.DateTime> GetDate() { throw null; }
3200         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "GETUTCDATE")]
GetUtcDate()3201         public static System.Nullable<System.DateTime> GetUtcDate() { throw null; }
3202         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "HOST_NAME")]
HostName()3203         public static string HostName() { throw null; }
3204         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ISDATE")]
IsDate(string arg)3205         public static System.Nullable<int> IsDate(string arg) { throw null; }
3206         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ISNUMERIC")]
IsNumeric(string arg)3207         public static System.Nullable<int> IsNumeric(string arg) { throw null; }
3208         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "LOG")]
Log(System.Nullable<decimal> arg)3209         public static System.Nullable<double> Log(System.Nullable<decimal> arg) { throw null; }
3210         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "LOG")]
Log(System.Nullable<double> arg)3211         public static System.Nullable<double> Log(System.Nullable<double> arg) { throw null; }
3212         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "LOG10")]
Log10(System.Nullable<decimal> arg)3213         public static System.Nullable<double> Log10(System.Nullable<decimal> arg) { throw null; }
3214         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "LOG10")]
Log10(System.Nullable<double> arg)3215         public static System.Nullable<double> Log10(System.Nullable<double> arg) { throw null; }
3216         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "NCHAR")]
NChar(System.Nullable<int> arg)3217         public static string NChar(System.Nullable<int> arg) { throw null; }
3218         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "PATINDEX")]
PatIndex(string stringPattern, string target)3219         public static System.Nullable<int> PatIndex(string stringPattern, string target) { throw null; }
3220         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "PI")]
Pi()3221         public static System.Nullable<double> Pi() { throw null; }
3222         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "QUOTENAME")]
QuoteName(string stringArg)3223         public static string QuoteName(string stringArg) { throw null; }
3224         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "QUOTENAME")]
QuoteName(string stringArg, string quoteCharacter)3225         public static string QuoteName(string stringArg, string quoteCharacter) { throw null; }
3226         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "RADIANS")]
Radians(System.Nullable<decimal> arg)3227         public static System.Nullable<decimal> Radians(System.Nullable<decimal> arg) { throw null; }
3228         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "RADIANS")]
Radians(System.Nullable<double> arg)3229         public static System.Nullable<double> Radians(System.Nullable<double> arg) { throw null; }
3230         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "RADIANS")]
Radians(System.Nullable<int> arg)3231         public static System.Nullable<int> Radians(System.Nullable<int> arg) { throw null; }
3232         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "RADIANS")]
Radians(System.Nullable<long> arg)3233         public static System.Nullable<long> Radians(System.Nullable<long> arg) { throw null; }
3234         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "RAND")]
Rand()3235         public static System.Nullable<double> Rand() { throw null; }
3236         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "RAND")]
Rand(System.Nullable<int> seed)3237         public static System.Nullable<double> Rand(System.Nullable<int> seed) { throw null; }
3238         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "REPLICATE")]
Replicate(string target, System.Nullable<int> count)3239         public static string Replicate(string target, System.Nullable<int> count) { throw null; }
3240         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SIGN")]
Sign(System.Nullable<decimal> arg)3241         public static System.Nullable<decimal> Sign(System.Nullable<decimal> arg) { throw null; }
3242         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SIGN")]
Sign(System.Nullable<double> arg)3243         public static System.Nullable<double> Sign(System.Nullable<double> arg) { throw null; }
3244         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SIGN")]
Sign(System.Nullable<int> arg)3245         public static System.Nullable<int> Sign(System.Nullable<int> arg) { throw null; }
3246         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SIGN")]
Sign(System.Nullable<long> arg)3247         public static System.Nullable<long> Sign(System.Nullable<long> arg) { throw null; }
3248         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SIN")]
Sin(System.Nullable<decimal> arg)3249         public static System.Nullable<double> Sin(System.Nullable<decimal> arg) { throw null; }
3250         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SIN")]
Sin(System.Nullable<double> arg)3251         public static System.Nullable<double> Sin(System.Nullable<double> arg) { throw null; }
3252         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SOUNDEX")]
SoundCode(string arg)3253         public static string SoundCode(string arg) { throw null; }
3254         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SPACE")]
Space(System.Nullable<int> arg1)3255         public static string Space(System.Nullable<int> arg1) { throw null; }
3256         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SQUARE")]
Square(System.Nullable<decimal> arg1)3257         public static System.Nullable<double> Square(System.Nullable<decimal> arg1) { throw null; }
3258         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SQUARE")]
Square(System.Nullable<double> arg1)3259         public static System.Nullable<double> Square(System.Nullable<double> arg1) { throw null; }
3260         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SQRT")]
SquareRoot(System.Nullable<decimal> arg)3261         public static System.Nullable<double> SquareRoot(System.Nullable<decimal> arg) { throw null; }
3262         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "SQRT")]
SquareRoot(System.Nullable<double> arg)3263         public static System.Nullable<double> SquareRoot(System.Nullable<double> arg) { throw null; }
3264         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "STR")]
StringConvert(System.Nullable<decimal> number)3265         public static string StringConvert(System.Nullable<decimal> number) { throw null; }
3266         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "STR")]
StringConvert(System.Nullable<decimal> number, System.Nullable<int> length)3267         public static string StringConvert(System.Nullable<decimal> number, System.Nullable<int> length) { throw null; }
3268         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "STR")]
StringConvert(System.Nullable<decimal> number, System.Nullable<int> length, System.Nullable<int> decimalArg)3269         public static string StringConvert(System.Nullable<decimal> number, System.Nullable<int> length, System.Nullable<int> decimalArg) { throw null; }
3270         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "STR")]
StringConvert(System.Nullable<double> number)3271         public static string StringConvert(System.Nullable<double> number) { throw null; }
3272         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "STR")]
StringConvert(System.Nullable<double> number, System.Nullable<int> length)3273         public static string StringConvert(System.Nullable<double> number, System.Nullable<int> length) { throw null; }
3274         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "STR")]
StringConvert(System.Nullable<double> number, System.Nullable<int> length, System.Nullable<int> decimalArg)3275         public static string StringConvert(System.Nullable<double> number, System.Nullable<int> length, System.Nullable<int> decimalArg) { throw null; }
3276         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "STUFF")]
Stuff(string stringInput, System.Nullable<int> start, System.Nullable<int> length, string stringReplacement)3277         public static string Stuff(string stringInput, System.Nullable<int> start, System.Nullable<int> length, string stringReplacement) { throw null; }
3278         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "TAN")]
Tan(System.Nullable<decimal> arg)3279         public static System.Nullable<double> Tan(System.Nullable<decimal> arg) { throw null; }
3280         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "TAN")]
Tan(System.Nullable<double> arg)3281         public static System.Nullable<double> Tan(System.Nullable<double> arg) { throw null; }
3282         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "UNICODE")]
Unicode(string arg)3283         public static System.Nullable<int> Unicode(string arg) { throw null; }
3284         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "USER_NAME")]
UserName()3285         public static string UserName() { throw null; }
3286         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "USER_NAME")]
UserName(System.Nullable<int> arg)3287         public static string UserName(System.Nullable<int> arg) { throw null; }
3288     }
3289     public static partial class SqlSpatialFunctions
3290     {
3291         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ASTEXTZM")]
AsTextZM(System.Data.Spatial.DbGeography geographyValue)3292         public static string AsTextZM(System.Data.Spatial.DbGeography geographyValue) { throw null; }
3293         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ASTEXTZM")]
AsTextZM(System.Data.Spatial.DbGeometry geometryValue)3294         public static string AsTextZM(System.Data.Spatial.DbGeometry geometryValue) { throw null; }
3295         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "BUFFERWITHTOLERANCE")]
BufferWithTolerance(System.Data.Spatial.DbGeography geographyValue, System.Nullable<double> distance, System.Nullable<double> tolerance, System.Nullable<bool> relative)3296         public static System.Data.Spatial.DbGeography BufferWithTolerance(System.Data.Spatial.DbGeography geographyValue, System.Nullable<double> distance, System.Nullable<double> tolerance, System.Nullable<bool> relative) { throw null; }
3297         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "BUFFERWITHTOLERANCE")]
BufferWithTolerance(System.Data.Spatial.DbGeometry geometryValue, System.Nullable<double> distance, System.Nullable<double> tolerance, System.Nullable<bool> relative)3298         public static System.Data.Spatial.DbGeometry BufferWithTolerance(System.Data.Spatial.DbGeometry geometryValue, System.Nullable<double> distance, System.Nullable<double> tolerance, System.Nullable<bool> relative) { throw null; }
3299         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ENVELOPEANGLE")]
EnvelopeAngle(System.Data.Spatial.DbGeography geographyValue)3300         public static System.Nullable<double> EnvelopeAngle(System.Data.Spatial.DbGeography geographyValue) { throw null; }
3301         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "ENVELOPECENTER")]
EnvelopeCenter(System.Data.Spatial.DbGeography geographyValue)3302         public static System.Data.Spatial.DbGeography EnvelopeCenter(System.Data.Spatial.DbGeography geographyValue) { throw null; }
3303         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "FILTER")]
Filter(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography geographyOther)3304         public static System.Nullable<bool> Filter(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography geographyOther) { throw null; }
3305         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "FILTER")]
Filter(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry geometryOther)3306         public static System.Nullable<bool> Filter(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry geometryOther) { throw null; }
3307         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "INSTANCEOF")]
InstanceOf(System.Data.Spatial.DbGeography geographyValue, string geometryTypeName)3308         public static System.Nullable<bool> InstanceOf(System.Data.Spatial.DbGeography geographyValue, string geometryTypeName) { throw null; }
3309         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "INSTANCEOF")]
InstanceOf(System.Data.Spatial.DbGeometry geometryValue, string geometryTypeName)3310         public static System.Nullable<bool> InstanceOf(System.Data.Spatial.DbGeometry geometryValue, string geometryTypeName) { throw null; }
3311         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "MAKEVALID")]
MakeValid(System.Data.Spatial.DbGeometry geometryValue)3312         public static System.Data.Spatial.DbGeometry MakeValid(System.Data.Spatial.DbGeometry geometryValue) { throw null; }
3313         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "NUMRINGS")]
NumRings(System.Data.Spatial.DbGeography geographyValue)3314         public static System.Nullable<int> NumRings(System.Data.Spatial.DbGeography geographyValue) { throw null; }
3315         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "POINTGEOGRAPHY")]
PointGeography(System.Nullable<double> latitude, System.Nullable<double> longitude, System.Nullable<int> spatialReferenceId)3316         public static System.Data.Spatial.DbGeography PointGeography(System.Nullable<double> latitude, System.Nullable<double> longitude, System.Nullable<int> spatialReferenceId) { throw null; }
3317         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "POINTGEOMETRY")]
PointGeometry(System.Nullable<double> xCoordinate, System.Nullable<double> yCoordinate, System.Nullable<int> spatialReferenceId)3318         public static System.Data.Spatial.DbGeometry PointGeometry(System.Nullable<double> xCoordinate, System.Nullable<double> yCoordinate, System.Nullable<int> spatialReferenceId) { throw null; }
3319         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "REDUCE")]
Reduce(System.Data.Spatial.DbGeography geographyValue, System.Nullable<double> tolerance)3320         public static System.Data.Spatial.DbGeography Reduce(System.Data.Spatial.DbGeography geographyValue, System.Nullable<double> tolerance) { throw null; }
3321         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "REDUCE")]
Reduce(System.Data.Spatial.DbGeometry geometryValue, System.Nullable<double> tolerance)3322         public static System.Data.Spatial.DbGeometry Reduce(System.Data.Spatial.DbGeometry geometryValue, System.Nullable<double> tolerance) { throw null; }
3323         [System.Data.Objects.DataClasses.EdmFunctionAttribute("SqlServer", "RINGN")]
RingN(System.Data.Spatial.DbGeography geographyValue, System.Nullable<int> index)3324         public static System.Data.Spatial.DbGeography RingN(System.Data.Spatial.DbGeography geographyValue, System.Nullable<int> index) { throw null; }
3325     }
3326 }
3327 namespace System.Data.Spatial
3328 {
3329     [System.ComponentModel.DataAnnotations.BindableTypeAttribute]
3330     [System.Runtime.Serialization.DataContractAttribute]
3331     [System.SerializableAttribute]
3332     public partial class DbGeography
3333     {
DbGeography()3334         internal DbGeography() { }
3335         public System.Nullable<double> Area { get { throw null; } }
3336         public int CoordinateSystemId { get { throw null; } }
3337         public static int DefaultCoordinateSystemId { get { throw null; } }
3338         public int Dimension { get { throw null; } }
3339         public System.Nullable<int> ElementCount { get { throw null; } }
3340         public System.Nullable<double> Elevation { get { throw null; } }
3341         public System.Data.Spatial.DbGeography EndPoint { get { throw null; } }
3342         public System.Nullable<bool> IsClosed { get { throw null; } }
3343         public bool IsEmpty { get { throw null; } }
3344         public System.Nullable<double> Latitude { get { throw null; } }
3345         public System.Nullable<double> Length { get { throw null; } }
3346         public System.Nullable<double> Longitude { get { throw null; } }
3347         public System.Nullable<double> Measure { get { throw null; } }
3348         public System.Nullable<int> PointCount { get { throw null; } }
3349         public object ProviderValue { get { throw null; } }
3350         public string SpatialTypeName { get { throw null; } }
3351         public System.Data.Spatial.DbGeography StartPoint { get { throw null; } }
3352         [System.Runtime.Serialization.DataMemberAttribute(Name="Geography")]
3353         public System.Data.Spatial.DbGeographyWellKnownValue WellKnownValue { get { throw null; } set { } }
AsBinary()3354         public byte[] AsBinary() { throw null; }
AsGml()3355         public string AsGml() { throw null; }
AsText()3356         public string AsText() { throw null; }
Buffer(System.Nullable<double> distance)3357         public System.Data.Spatial.DbGeography Buffer(System.Nullable<double> distance) { throw null; }
Difference(System.Data.Spatial.DbGeography other)3358         public System.Data.Spatial.DbGeography Difference(System.Data.Spatial.DbGeography other) { throw null; }
Disjoint(System.Data.Spatial.DbGeography other)3359         public bool Disjoint(System.Data.Spatial.DbGeography other) { throw null; }
Distance(System.Data.Spatial.DbGeography other)3360         public System.Nullable<double> Distance(System.Data.Spatial.DbGeography other) { throw null; }
ElementAt(int index)3361         public System.Data.Spatial.DbGeography ElementAt(int index) { throw null; }
FromBinary(byte[] wellKnownBinary)3362         public static System.Data.Spatial.DbGeography FromBinary(byte[] wellKnownBinary) { throw null; }
FromBinary(byte[] wellKnownBinary, int coordinateSystemId)3363         public static System.Data.Spatial.DbGeography FromBinary(byte[] wellKnownBinary, int coordinateSystemId) { throw null; }
FromGml(string geographyMarkup)3364         public static System.Data.Spatial.DbGeography FromGml(string geographyMarkup) { throw null; }
FromGml(string geographyMarkup, int coordinateSystemId)3365         public static System.Data.Spatial.DbGeography FromGml(string geographyMarkup, int coordinateSystemId) { throw null; }
FromText(string wellKnownText)3366         public static System.Data.Spatial.DbGeography FromText(string wellKnownText) { throw null; }
FromText(string wellKnownText, int coordinateSystemId)3367         public static System.Data.Spatial.DbGeography FromText(string wellKnownText, int coordinateSystemId) { throw null; }
GeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId)3368         public static System.Data.Spatial.DbGeography GeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId) { throw null; }
GeographyCollectionFromText(string geographyCollectionWellKnownText, int coordinateSystemId)3369         public static System.Data.Spatial.DbGeography GeographyCollectionFromText(string geographyCollectionWellKnownText, int coordinateSystemId) { throw null; }
Intersection(System.Data.Spatial.DbGeography other)3370         public System.Data.Spatial.DbGeography Intersection(System.Data.Spatial.DbGeography other) { throw null; }
Intersects(System.Data.Spatial.DbGeography other)3371         public bool Intersects(System.Data.Spatial.DbGeography other) { throw null; }
LineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId)3372         public static System.Data.Spatial.DbGeography LineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId) { throw null; }
LineFromText(string lineWellKnownText, int coordinateSystemId)3373         public static System.Data.Spatial.DbGeography LineFromText(string lineWellKnownText, int coordinateSystemId) { throw null; }
MultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId)3374         public static System.Data.Spatial.DbGeography MultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId) { throw null; }
MultiLineFromText(string multiLineWellKnownText, int coordinateSystemId)3375         public static System.Data.Spatial.DbGeography MultiLineFromText(string multiLineWellKnownText, int coordinateSystemId) { throw null; }
MultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId)3376         public static System.Data.Spatial.DbGeography MultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId) { throw null; }
MultiPointFromText(string multiPointWellKnownText, int coordinateSystemId)3377         public static System.Data.Spatial.DbGeography MultiPointFromText(string multiPointWellKnownText, int coordinateSystemId) { throw null; }
MultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId)3378         public static System.Data.Spatial.DbGeography MultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId) { throw null; }
MultiPolygonFromText(string multiPolygonWellKnownText, int coordinateSystemId)3379         public static System.Data.Spatial.DbGeography MultiPolygonFromText(string multiPolygonWellKnownText, int coordinateSystemId) { throw null; }
PointAt(int index)3380         public System.Data.Spatial.DbGeography PointAt(int index) { throw null; }
PointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId)3381         public static System.Data.Spatial.DbGeography PointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId) { throw null; }
PointFromText(string pointWellKnownText, int coordinateSystemId)3382         public static System.Data.Spatial.DbGeography PointFromText(string pointWellKnownText, int coordinateSystemId) { throw null; }
PolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId)3383         public static System.Data.Spatial.DbGeography PolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId) { throw null; }
PolygonFromText(string polygonWellKnownText, int coordinateSystemId)3384         public static System.Data.Spatial.DbGeography PolygonFromText(string polygonWellKnownText, int coordinateSystemId) { throw null; }
SpatialEquals(System.Data.Spatial.DbGeography other)3385         public bool SpatialEquals(System.Data.Spatial.DbGeography other) { throw null; }
SymmetricDifference(System.Data.Spatial.DbGeography other)3386         public System.Data.Spatial.DbGeography SymmetricDifference(System.Data.Spatial.DbGeography other) { throw null; }
ToString()3387         public override string ToString() { throw null; }
Union(System.Data.Spatial.DbGeography other)3388         public System.Data.Spatial.DbGeography Union(System.Data.Spatial.DbGeography other) { throw null; }
3389     }
3390     [System.Runtime.Serialization.DataContractAttribute]
3391     public sealed partial class DbGeographyWellKnownValue
3392     {
DbGeographyWellKnownValue()3393         public DbGeographyWellKnownValue() { }
3394         [System.Runtime.Serialization.DataMemberAttribute(Order=1, IsRequired=false, EmitDefaultValue=false)]
3395         public int CoordinateSystemId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
3396         [System.Runtime.Serialization.DataMemberAttribute(Order=3, IsRequired=false, EmitDefaultValue=false)]
3397         public byte[] WellKnownBinary { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
3398         [System.Runtime.Serialization.DataMemberAttribute(Order=2, IsRequired=false, EmitDefaultValue=false)]
3399         public string WellKnownText { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
3400     }
3401     [System.ComponentModel.DataAnnotations.BindableTypeAttribute]
3402     [System.Runtime.Serialization.DataContractAttribute]
3403     [System.SerializableAttribute]
3404     public partial class DbGeometry
3405     {
DbGeometry()3406         internal DbGeometry() { }
3407         public System.Nullable<double> Area { get { throw null; } }
3408         public System.Data.Spatial.DbGeometry Boundary { get { throw null; } }
3409         public System.Data.Spatial.DbGeometry Centroid { get { throw null; } }
3410         public System.Data.Spatial.DbGeometry ConvexHull { get { throw null; } }
3411         public int CoordinateSystemId { get { throw null; } }
3412         public static int DefaultCoordinateSystemId { get { throw null; } }
3413         public int Dimension { get { throw null; } }
3414         public System.Nullable<int> ElementCount { get { throw null; } }
3415         public System.Nullable<double> Elevation { get { throw null; } }
3416         public System.Data.Spatial.DbGeometry EndPoint { get { throw null; } }
3417         public System.Data.Spatial.DbGeometry Envelope { get { throw null; } }
3418         public System.Data.Spatial.DbGeometry ExteriorRing { get { throw null; } }
3419         public System.Nullable<int> InteriorRingCount { get { throw null; } }
3420         public System.Nullable<bool> IsClosed { get { throw null; } }
3421         public bool IsEmpty { get { throw null; } }
3422         public System.Nullable<bool> IsRing { get { throw null; } }
3423         public bool IsSimple { get { throw null; } }
3424         public bool IsValid { get { throw null; } }
3425         public System.Nullable<double> Length { get { throw null; } }
3426         public System.Nullable<double> Measure { get { throw null; } }
3427         public System.Nullable<int> PointCount { get { throw null; } }
3428         public System.Data.Spatial.DbGeometry PointOnSurface { get { throw null; } }
3429         public object ProviderValue { get { throw null; } }
3430         public string SpatialTypeName { get { throw null; } }
3431         public System.Data.Spatial.DbGeometry StartPoint { get { throw null; } }
3432         [System.Runtime.Serialization.DataMemberAttribute(Name="Geometry")]
3433         public System.Data.Spatial.DbGeometryWellKnownValue WellKnownValue { get { throw null; } set { } }
3434         public System.Nullable<double> XCoordinate { get { throw null; } }
3435         public System.Nullable<double> YCoordinate { get { throw null; } }
AsBinary()3436         public byte[] AsBinary() { throw null; }
AsGml()3437         public string AsGml() { throw null; }
AsText()3438         public string AsText() { throw null; }
Buffer(System.Nullable<double> distance)3439         public System.Data.Spatial.DbGeometry Buffer(System.Nullable<double> distance) { throw null; }
Contains(System.Data.Spatial.DbGeometry other)3440         public bool Contains(System.Data.Spatial.DbGeometry other) { throw null; }
Crosses(System.Data.Spatial.DbGeometry other)3441         public bool Crosses(System.Data.Spatial.DbGeometry other) { throw null; }
Difference(System.Data.Spatial.DbGeometry other)3442         public System.Data.Spatial.DbGeometry Difference(System.Data.Spatial.DbGeometry other) { throw null; }
Disjoint(System.Data.Spatial.DbGeometry other)3443         public bool Disjoint(System.Data.Spatial.DbGeometry other) { throw null; }
Distance(System.Data.Spatial.DbGeometry other)3444         public System.Nullable<double> Distance(System.Data.Spatial.DbGeometry other) { throw null; }
ElementAt(int index)3445         public System.Data.Spatial.DbGeometry ElementAt(int index) { throw null; }
FromBinary(byte[] wellKnownBinary)3446         public static System.Data.Spatial.DbGeometry FromBinary(byte[] wellKnownBinary) { throw null; }
FromBinary(byte[] wellKnownBinary, int coordinateSystemId)3447         public static System.Data.Spatial.DbGeometry FromBinary(byte[] wellKnownBinary, int coordinateSystemId) { throw null; }
FromGml(string geometryMarkup)3448         public static System.Data.Spatial.DbGeometry FromGml(string geometryMarkup) { throw null; }
FromGml(string geometryMarkup, int coordinateSystemId)3449         public static System.Data.Spatial.DbGeometry FromGml(string geometryMarkup, int coordinateSystemId) { throw null; }
FromText(string wellKnownText)3450         public static System.Data.Spatial.DbGeometry FromText(string wellKnownText) { throw null; }
FromText(string wellKnownText, int coordinateSystemId)3451         public static System.Data.Spatial.DbGeometry FromText(string wellKnownText, int coordinateSystemId) { throw null; }
GeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId)3452         public static System.Data.Spatial.DbGeometry GeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId) { throw null; }
GeometryCollectionFromText(string geometryCollectionWellKnownText, int coordinateSystemId)3453         public static System.Data.Spatial.DbGeometry GeometryCollectionFromText(string geometryCollectionWellKnownText, int coordinateSystemId) { throw null; }
InteriorRingAt(int index)3454         public System.Data.Spatial.DbGeometry InteriorRingAt(int index) { throw null; }
Intersection(System.Data.Spatial.DbGeometry other)3455         public System.Data.Spatial.DbGeometry Intersection(System.Data.Spatial.DbGeometry other) { throw null; }
Intersects(System.Data.Spatial.DbGeometry other)3456         public bool Intersects(System.Data.Spatial.DbGeometry other) { throw null; }
LineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId)3457         public static System.Data.Spatial.DbGeometry LineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId) { throw null; }
LineFromText(string lineWellKnownText, int coordinateSystemId)3458         public static System.Data.Spatial.DbGeometry LineFromText(string lineWellKnownText, int coordinateSystemId) { throw null; }
MultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId)3459         public static System.Data.Spatial.DbGeometry MultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId) { throw null; }
MultiLineFromText(string multiLineWellKnownText, int coordinateSystemId)3460         public static System.Data.Spatial.DbGeometry MultiLineFromText(string multiLineWellKnownText, int coordinateSystemId) { throw null; }
MultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId)3461         public static System.Data.Spatial.DbGeometry MultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId) { throw null; }
MultiPointFromText(string multiPointWellKnownText, int coordinateSystemId)3462         public static System.Data.Spatial.DbGeometry MultiPointFromText(string multiPointWellKnownText, int coordinateSystemId) { throw null; }
MultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId)3463         public static System.Data.Spatial.DbGeometry MultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId) { throw null; }
MultiPolygonFromText(string multiPolygonWellKnownText, int coordinateSystemId)3464         public static System.Data.Spatial.DbGeometry MultiPolygonFromText(string multiPolygonWellKnownText, int coordinateSystemId) { throw null; }
Overlaps(System.Data.Spatial.DbGeometry other)3465         public bool Overlaps(System.Data.Spatial.DbGeometry other) { throw null; }
PointAt(int index)3466         public System.Data.Spatial.DbGeometry PointAt(int index) { throw null; }
PointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId)3467         public static System.Data.Spatial.DbGeometry PointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId) { throw null; }
PointFromText(string pointWellKnownText, int coordinateSystemId)3468         public static System.Data.Spatial.DbGeometry PointFromText(string pointWellKnownText, int coordinateSystemId) { throw null; }
PolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId)3469         public static System.Data.Spatial.DbGeometry PolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId) { throw null; }
PolygonFromText(string polygonWellKnownText, int coordinateSystemId)3470         public static System.Data.Spatial.DbGeometry PolygonFromText(string polygonWellKnownText, int coordinateSystemId) { throw null; }
Relate(System.Data.Spatial.DbGeometry other, string matrix)3471         public bool Relate(System.Data.Spatial.DbGeometry other, string matrix) { throw null; }
SpatialEquals(System.Data.Spatial.DbGeometry other)3472         public bool SpatialEquals(System.Data.Spatial.DbGeometry other) { throw null; }
SymmetricDifference(System.Data.Spatial.DbGeometry other)3473         public System.Data.Spatial.DbGeometry SymmetricDifference(System.Data.Spatial.DbGeometry other) { throw null; }
ToString()3474         public override string ToString() { throw null; }
Touches(System.Data.Spatial.DbGeometry other)3475         public bool Touches(System.Data.Spatial.DbGeometry other) { throw null; }
Union(System.Data.Spatial.DbGeometry other)3476         public System.Data.Spatial.DbGeometry Union(System.Data.Spatial.DbGeometry other) { throw null; }
Within(System.Data.Spatial.DbGeometry other)3477         public bool Within(System.Data.Spatial.DbGeometry other) { throw null; }
3478     }
3479     [System.Runtime.Serialization.DataContractAttribute]
3480     public sealed partial class DbGeometryWellKnownValue
3481     {
DbGeometryWellKnownValue()3482         public DbGeometryWellKnownValue() { }
3483         [System.Runtime.Serialization.DataMemberAttribute(Order=1, IsRequired=false, EmitDefaultValue=false)]
3484         public int CoordinateSystemId { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
3485         [System.Runtime.Serialization.DataMemberAttribute(Order=3, IsRequired=false, EmitDefaultValue=false)]
3486         public byte[] WellKnownBinary { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
3487         [System.Runtime.Serialization.DataMemberAttribute(Order=2, IsRequired=false, EmitDefaultValue=false)]
3488         public string WellKnownText { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
3489     }
3490     public abstract partial class DbSpatialDataReader
3491     {
DbSpatialDataReader()3492         protected DbSpatialDataReader() { }
GetGeography(int ordinal)3493         public abstract System.Data.Spatial.DbGeography GetGeography(int ordinal);
GetGeometry(int ordinal)3494         public abstract System.Data.Spatial.DbGeometry GetGeometry(int ordinal);
3495     }
3496     [System.SerializableAttribute]
3497     public abstract partial class DbSpatialServices
3498     {
DbSpatialServices()3499         protected DbSpatialServices() { }
3500         public static System.Data.Spatial.DbSpatialServices Default { get { throw null; } }
AsBinary(System.Data.Spatial.DbGeography geographyValue)3501         public abstract byte[] AsBinary(System.Data.Spatial.DbGeography geographyValue);
AsBinary(System.Data.Spatial.DbGeometry geometryValue)3502         public abstract byte[] AsBinary(System.Data.Spatial.DbGeometry geometryValue);
AsGml(System.Data.Spatial.DbGeography geographyValue)3503         public abstract string AsGml(System.Data.Spatial.DbGeography geographyValue);
AsGml(System.Data.Spatial.DbGeometry geometryValue)3504         public abstract string AsGml(System.Data.Spatial.DbGeometry geometryValue);
AsText(System.Data.Spatial.DbGeography geographyValue)3505         public abstract string AsText(System.Data.Spatial.DbGeography geographyValue);
AsText(System.Data.Spatial.DbGeometry geometryValue)3506         public abstract string AsText(System.Data.Spatial.DbGeometry geometryValue);
AsTextIncludingElevationAndMeasure(System.Data.Spatial.DbGeography geographyValue)3507         public virtual string AsTextIncludingElevationAndMeasure(System.Data.Spatial.DbGeography geographyValue) { throw null; }
AsTextIncludingElevationAndMeasure(System.Data.Spatial.DbGeometry geometryValue)3508         public virtual string AsTextIncludingElevationAndMeasure(System.Data.Spatial.DbGeometry geometryValue) { throw null; }
Buffer(System.Data.Spatial.DbGeography geographyValue, double distance)3509         public abstract System.Data.Spatial.DbGeography Buffer(System.Data.Spatial.DbGeography geographyValue, double distance);
Buffer(System.Data.Spatial.DbGeometry geometryValue, double distance)3510         public abstract System.Data.Spatial.DbGeometry Buffer(System.Data.Spatial.DbGeometry geometryValue, double distance);
Contains(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3511         public abstract bool Contains(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
CreateGeography(System.Data.Spatial.DbSpatialServices spatialServices, object providerValue)3512         protected static System.Data.Spatial.DbGeography CreateGeography(System.Data.Spatial.DbSpatialServices spatialServices, object providerValue) { throw null; }
CreateGeometry(System.Data.Spatial.DbSpatialServices spatialServices, object providerValue)3513         protected static System.Data.Spatial.DbGeometry CreateGeometry(System.Data.Spatial.DbSpatialServices spatialServices, object providerValue) { throw null; }
CreateProviderValue(System.Data.Spatial.DbGeographyWellKnownValue wellKnownValue)3514         public abstract object CreateProviderValue(System.Data.Spatial.DbGeographyWellKnownValue wellKnownValue);
CreateProviderValue(System.Data.Spatial.DbGeometryWellKnownValue wellKnownValue)3515         public abstract object CreateProviderValue(System.Data.Spatial.DbGeometryWellKnownValue wellKnownValue);
CreateWellKnownValue(System.Data.Spatial.DbGeography geographyValue)3516         public abstract System.Data.Spatial.DbGeographyWellKnownValue CreateWellKnownValue(System.Data.Spatial.DbGeography geographyValue);
CreateWellKnownValue(System.Data.Spatial.DbGeometry geometryValue)3517         public abstract System.Data.Spatial.DbGeometryWellKnownValue CreateWellKnownValue(System.Data.Spatial.DbGeometry geometryValue);
Crosses(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3518         public abstract bool Crosses(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
Difference(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography)3519         public abstract System.Data.Spatial.DbGeography Difference(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
Difference(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3520         public abstract System.Data.Spatial.DbGeometry Difference(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
Disjoint(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography)3521         public abstract bool Disjoint(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
Disjoint(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3522         public abstract bool Disjoint(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
Distance(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography)3523         public abstract double Distance(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
Distance(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3524         public abstract double Distance(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
ElementAt(System.Data.Spatial.DbGeography geographyValue, int index)3525         public abstract System.Data.Spatial.DbGeography ElementAt(System.Data.Spatial.DbGeography geographyValue, int index);
ElementAt(System.Data.Spatial.DbGeometry geometryValue, int index)3526         public abstract System.Data.Spatial.DbGeometry ElementAt(System.Data.Spatial.DbGeometry geometryValue, int index);
GeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId)3527         public abstract System.Data.Spatial.DbGeography GeographyCollectionFromBinary(byte[] geographyCollectionWellKnownBinary, int coordinateSystemId);
GeographyCollectionFromText(string geographyCollectionWellKnownText, int coordinateSystemId)3528         public abstract System.Data.Spatial.DbGeography GeographyCollectionFromText(string geographyCollectionWellKnownText, int coordinateSystemId);
GeographyFromBinary(byte[] wellKnownBinary)3529         public abstract System.Data.Spatial.DbGeography GeographyFromBinary(byte[] wellKnownBinary);
GeographyFromBinary(byte[] wellKnownBinary, int coordinateSystemId)3530         public abstract System.Data.Spatial.DbGeography GeographyFromBinary(byte[] wellKnownBinary, int coordinateSystemId);
GeographyFromGml(string geographyMarkup)3531         public abstract System.Data.Spatial.DbGeography GeographyFromGml(string geographyMarkup);
GeographyFromGml(string geographyMarkup, int coordinateSystemId)3532         public abstract System.Data.Spatial.DbGeography GeographyFromGml(string geographyMarkup, int coordinateSystemId);
GeographyFromProviderValue(object providerValue)3533         public abstract System.Data.Spatial.DbGeography GeographyFromProviderValue(object providerValue);
GeographyFromText(string wellKnownText)3534         public abstract System.Data.Spatial.DbGeography GeographyFromText(string wellKnownText);
GeographyFromText(string wellKnownText, int coordinateSystemId)3535         public abstract System.Data.Spatial.DbGeography GeographyFromText(string wellKnownText, int coordinateSystemId);
GeographyLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId)3536         public abstract System.Data.Spatial.DbGeography GeographyLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId);
GeographyLineFromText(string lineWellKnownText, int coordinateSystemId)3537         public abstract System.Data.Spatial.DbGeography GeographyLineFromText(string lineWellKnownText, int coordinateSystemId);
GeographyMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId)3538         public abstract System.Data.Spatial.DbGeography GeographyMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId);
GeographyMultiLineFromText(string multiLineWellKnownText, int coordinateSystemId)3539         public abstract System.Data.Spatial.DbGeography GeographyMultiLineFromText(string multiLineWellKnownText, int coordinateSystemId);
GeographyMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId)3540         public abstract System.Data.Spatial.DbGeography GeographyMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId);
GeographyMultiPointFromText(string multiPointWellKnownText, int coordinateSystemId)3541         public abstract System.Data.Spatial.DbGeography GeographyMultiPointFromText(string multiPointWellKnownText, int coordinateSystemId);
GeographyMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId)3542         public abstract System.Data.Spatial.DbGeography GeographyMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
GeographyMultiPolygonFromText(string multiPolygonWellKnownText, int coordinateSystemId)3543         public abstract System.Data.Spatial.DbGeography GeographyMultiPolygonFromText(string multiPolygonWellKnownText, int coordinateSystemId);
GeographyPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId)3544         public abstract System.Data.Spatial.DbGeography GeographyPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId);
GeographyPointFromText(string pointWellKnownText, int coordinateSystemId)3545         public abstract System.Data.Spatial.DbGeography GeographyPointFromText(string pointWellKnownText, int coordinateSystemId);
GeographyPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId)3546         public abstract System.Data.Spatial.DbGeography GeographyPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId);
GeographyPolygonFromText(string polygonWellKnownText, int coordinateSystemId)3547         public abstract System.Data.Spatial.DbGeography GeographyPolygonFromText(string polygonWellKnownText, int coordinateSystemId);
GeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId)3548         public abstract System.Data.Spatial.DbGeometry GeometryCollectionFromBinary(byte[] geometryCollectionWellKnownBinary, int coordinateSystemId);
GeometryCollectionFromText(string geometryCollectionWellKnownText, int coordinateSystemId)3549         public abstract System.Data.Spatial.DbGeometry GeometryCollectionFromText(string geometryCollectionWellKnownText, int coordinateSystemId);
GeometryFromBinary(byte[] wellKnownBinary)3550         public abstract System.Data.Spatial.DbGeometry GeometryFromBinary(byte[] wellKnownBinary);
GeometryFromBinary(byte[] wellKnownBinary, int coordinateSystemId)3551         public abstract System.Data.Spatial.DbGeometry GeometryFromBinary(byte[] wellKnownBinary, int coordinateSystemId);
GeometryFromGml(string geometryMarkup)3552         public abstract System.Data.Spatial.DbGeometry GeometryFromGml(string geometryMarkup);
GeometryFromGml(string geometryMarkup, int coordinateSystemId)3553         public abstract System.Data.Spatial.DbGeometry GeometryFromGml(string geometryMarkup, int coordinateSystemId);
GeometryFromProviderValue(object providerValue)3554         public abstract System.Data.Spatial.DbGeometry GeometryFromProviderValue(object providerValue);
GeometryFromText(string wellKnownText)3555         public abstract System.Data.Spatial.DbGeometry GeometryFromText(string wellKnownText);
GeometryFromText(string wellKnownText, int coordinateSystemId)3556         public abstract System.Data.Spatial.DbGeometry GeometryFromText(string wellKnownText, int coordinateSystemId);
GeometryLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId)3557         public abstract System.Data.Spatial.DbGeometry GeometryLineFromBinary(byte[] lineWellKnownBinary, int coordinateSystemId);
GeometryLineFromText(string lineWellKnownText, int coordinateSystemId)3558         public abstract System.Data.Spatial.DbGeometry GeometryLineFromText(string lineWellKnownText, int coordinateSystemId);
GeometryMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId)3559         public abstract System.Data.Spatial.DbGeometry GeometryMultiLineFromBinary(byte[] multiLineWellKnownBinary, int coordinateSystemId);
GeometryMultiLineFromText(string multiLineWellKnownText, int coordinateSystemId)3560         public abstract System.Data.Spatial.DbGeometry GeometryMultiLineFromText(string multiLineWellKnownText, int coordinateSystemId);
GeometryMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId)3561         public abstract System.Data.Spatial.DbGeometry GeometryMultiPointFromBinary(byte[] multiPointWellKnownBinary, int coordinateSystemId);
GeometryMultiPointFromText(string multiPointWellKnownText, int coordinateSystemId)3562         public abstract System.Data.Spatial.DbGeometry GeometryMultiPointFromText(string multiPointWellKnownText, int coordinateSystemId);
GeometryMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId)3563         public abstract System.Data.Spatial.DbGeometry GeometryMultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
GeometryMultiPolygonFromText(string multiPolygonKnownText, int coordinateSystemId)3564         public abstract System.Data.Spatial.DbGeometry GeometryMultiPolygonFromText(string multiPolygonKnownText, int coordinateSystemId);
GeometryPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId)3565         public abstract System.Data.Spatial.DbGeometry GeometryPointFromBinary(byte[] pointWellKnownBinary, int coordinateSystemId);
GeometryPointFromText(string pointWellKnownText, int coordinateSystemId)3566         public abstract System.Data.Spatial.DbGeometry GeometryPointFromText(string pointWellKnownText, int coordinateSystemId);
GeometryPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId)3567         public abstract System.Data.Spatial.DbGeometry GeometryPolygonFromBinary(byte[] polygonWellKnownBinary, int coordinateSystemId);
GeometryPolygonFromText(string polygonWellKnownText, int coordinateSystemId)3568         public abstract System.Data.Spatial.DbGeometry GeometryPolygonFromText(string polygonWellKnownText, int coordinateSystemId);
GetArea(System.Data.Spatial.DbGeography geographyValue)3569         public abstract System.Nullable<double> GetArea(System.Data.Spatial.DbGeography geographyValue);
GetArea(System.Data.Spatial.DbGeometry geometryValue)3570         public abstract System.Nullable<double> GetArea(System.Data.Spatial.DbGeometry geometryValue);
GetBoundary(System.Data.Spatial.DbGeometry geometryValue)3571         public abstract System.Data.Spatial.DbGeometry GetBoundary(System.Data.Spatial.DbGeometry geometryValue);
GetCentroid(System.Data.Spatial.DbGeometry geometryValue)3572         public abstract System.Data.Spatial.DbGeometry GetCentroid(System.Data.Spatial.DbGeometry geometryValue);
GetConvexHull(System.Data.Spatial.DbGeometry geometryValue)3573         public abstract System.Data.Spatial.DbGeometry GetConvexHull(System.Data.Spatial.DbGeometry geometryValue);
GetCoordinateSystemId(System.Data.Spatial.DbGeography geographyValue)3574         public abstract int GetCoordinateSystemId(System.Data.Spatial.DbGeography geographyValue);
GetCoordinateSystemId(System.Data.Spatial.DbGeometry geometryValue)3575         public abstract int GetCoordinateSystemId(System.Data.Spatial.DbGeometry geometryValue);
GetDimension(System.Data.Spatial.DbGeography geographyValue)3576         public abstract int GetDimension(System.Data.Spatial.DbGeography geographyValue);
GetDimension(System.Data.Spatial.DbGeometry geometryValue)3577         public abstract int GetDimension(System.Data.Spatial.DbGeometry geometryValue);
GetElementCount(System.Data.Spatial.DbGeography geographyValue)3578         public abstract System.Nullable<int> GetElementCount(System.Data.Spatial.DbGeography geographyValue);
GetElementCount(System.Data.Spatial.DbGeometry geometryValue)3579         public abstract System.Nullable<int> GetElementCount(System.Data.Spatial.DbGeometry geometryValue);
GetElevation(System.Data.Spatial.DbGeography geographyValue)3580         public abstract System.Nullable<double> GetElevation(System.Data.Spatial.DbGeography geographyValue);
GetElevation(System.Data.Spatial.DbGeometry geometryValue)3581         public abstract System.Nullable<double> GetElevation(System.Data.Spatial.DbGeometry geometryValue);
GetEndPoint(System.Data.Spatial.DbGeography geographyValue)3582         public abstract System.Data.Spatial.DbGeography GetEndPoint(System.Data.Spatial.DbGeography geographyValue);
GetEndPoint(System.Data.Spatial.DbGeometry geometryValue)3583         public abstract System.Data.Spatial.DbGeometry GetEndPoint(System.Data.Spatial.DbGeometry geometryValue);
GetEnvelope(System.Data.Spatial.DbGeometry geometryValue)3584         public abstract System.Data.Spatial.DbGeometry GetEnvelope(System.Data.Spatial.DbGeometry geometryValue);
GetExteriorRing(System.Data.Spatial.DbGeometry geometryValue)3585         public abstract System.Data.Spatial.DbGeometry GetExteriorRing(System.Data.Spatial.DbGeometry geometryValue);
GetInteriorRingCount(System.Data.Spatial.DbGeometry geometryValue)3586         public abstract System.Nullable<int> GetInteriorRingCount(System.Data.Spatial.DbGeometry geometryValue);
GetIsClosed(System.Data.Spatial.DbGeography geographyValue)3587         public abstract System.Nullable<bool> GetIsClosed(System.Data.Spatial.DbGeography geographyValue);
GetIsClosed(System.Data.Spatial.DbGeometry geometryValue)3588         public abstract System.Nullable<bool> GetIsClosed(System.Data.Spatial.DbGeometry geometryValue);
GetIsEmpty(System.Data.Spatial.DbGeography geographyValue)3589         public abstract bool GetIsEmpty(System.Data.Spatial.DbGeography geographyValue);
GetIsEmpty(System.Data.Spatial.DbGeometry geometryValue)3590         public abstract bool GetIsEmpty(System.Data.Spatial.DbGeometry geometryValue);
GetIsRing(System.Data.Spatial.DbGeometry geometryValue)3591         public abstract System.Nullable<bool> GetIsRing(System.Data.Spatial.DbGeometry geometryValue);
GetIsSimple(System.Data.Spatial.DbGeometry geometryValue)3592         public abstract bool GetIsSimple(System.Data.Spatial.DbGeometry geometryValue);
GetIsValid(System.Data.Spatial.DbGeometry geometryValue)3593         public abstract bool GetIsValid(System.Data.Spatial.DbGeometry geometryValue);
GetLatitude(System.Data.Spatial.DbGeography geographyValue)3594         public abstract System.Nullable<double> GetLatitude(System.Data.Spatial.DbGeography geographyValue);
GetLength(System.Data.Spatial.DbGeography geographyValue)3595         public abstract System.Nullable<double> GetLength(System.Data.Spatial.DbGeography geographyValue);
GetLength(System.Data.Spatial.DbGeometry geometryValue)3596         public abstract System.Nullable<double> GetLength(System.Data.Spatial.DbGeometry geometryValue);
GetLongitude(System.Data.Spatial.DbGeography geographyValue)3597         public abstract System.Nullable<double> GetLongitude(System.Data.Spatial.DbGeography geographyValue);
GetMeasure(System.Data.Spatial.DbGeography geographyValue)3598         public abstract System.Nullable<double> GetMeasure(System.Data.Spatial.DbGeography geographyValue);
GetMeasure(System.Data.Spatial.DbGeometry geometryValue)3599         public abstract System.Nullable<double> GetMeasure(System.Data.Spatial.DbGeometry geometryValue);
GetPointCount(System.Data.Spatial.DbGeography geographyValue)3600         public abstract System.Nullable<int> GetPointCount(System.Data.Spatial.DbGeography geographyValue);
GetPointCount(System.Data.Spatial.DbGeometry geometryValue)3601         public abstract System.Nullable<int> GetPointCount(System.Data.Spatial.DbGeometry geometryValue);
GetPointOnSurface(System.Data.Spatial.DbGeometry geometryValue)3602         public abstract System.Data.Spatial.DbGeometry GetPointOnSurface(System.Data.Spatial.DbGeometry geometryValue);
GetSpatialTypeName(System.Data.Spatial.DbGeography geographyValue)3603         public abstract string GetSpatialTypeName(System.Data.Spatial.DbGeography geographyValue);
GetSpatialTypeName(System.Data.Spatial.DbGeometry geometryValue)3604         public abstract string GetSpatialTypeName(System.Data.Spatial.DbGeometry geometryValue);
GetStartPoint(System.Data.Spatial.DbGeography geographyValue)3605         public abstract System.Data.Spatial.DbGeography GetStartPoint(System.Data.Spatial.DbGeography geographyValue);
GetStartPoint(System.Data.Spatial.DbGeometry geometryValue)3606         public abstract System.Data.Spatial.DbGeometry GetStartPoint(System.Data.Spatial.DbGeometry geometryValue);
GetXCoordinate(System.Data.Spatial.DbGeometry geometryValue)3607         public abstract System.Nullable<double> GetXCoordinate(System.Data.Spatial.DbGeometry geometryValue);
GetYCoordinate(System.Data.Spatial.DbGeometry geometryValue)3608         public abstract System.Nullable<double> GetYCoordinate(System.Data.Spatial.DbGeometry geometryValue);
InteriorRingAt(System.Data.Spatial.DbGeometry geometryValue, int index)3609         public abstract System.Data.Spatial.DbGeometry InteriorRingAt(System.Data.Spatial.DbGeometry geometryValue, int index);
Intersection(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography)3610         public abstract System.Data.Spatial.DbGeography Intersection(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
Intersection(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3611         public abstract System.Data.Spatial.DbGeometry Intersection(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
Intersects(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography)3612         public abstract bool Intersects(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
Intersects(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3613         public abstract bool Intersects(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
Overlaps(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3614         public abstract bool Overlaps(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
PointAt(System.Data.Spatial.DbGeography geographyValue, int index)3615         public abstract System.Data.Spatial.DbGeography PointAt(System.Data.Spatial.DbGeography geographyValue, int index);
PointAt(System.Data.Spatial.DbGeometry geometryValue, int index)3616         public abstract System.Data.Spatial.DbGeometry PointAt(System.Data.Spatial.DbGeometry geometryValue, int index);
Relate(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry, string matrix)3617         public abstract bool Relate(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry, string matrix);
SpatialEquals(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography)3618         public abstract bool SpatialEquals(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
SpatialEquals(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3619         public abstract bool SpatialEquals(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
SymmetricDifference(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography)3620         public abstract System.Data.Spatial.DbGeography SymmetricDifference(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
SymmetricDifference(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3621         public abstract System.Data.Spatial.DbGeometry SymmetricDifference(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
Touches(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3622         public abstract bool Touches(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
Union(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography)3623         public abstract System.Data.Spatial.DbGeography Union(System.Data.Spatial.DbGeography geographyValue, System.Data.Spatial.DbGeography otherGeography);
Union(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3624         public abstract System.Data.Spatial.DbGeometry Union(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
Within(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry)3625         public abstract bool Within(System.Data.Spatial.DbGeometry geometryValue, System.Data.Spatial.DbGeometry otherGeometry);
3626     }
3627 }
3628 namespace System.Data.SqlClient
3629 {
3630     [System.CLSCompliantAttribute(false)]
3631     public sealed partial class SqlProviderServices : System.Data.Common.DbProviderServices
3632     {
SqlProviderServices()3633         internal SqlProviderServices() { }
3634         public static System.Data.SqlClient.SqlProviderServices SingletonInstance { get { throw null; } }
CreateDbCommandDefinition(System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree)3635         protected override System.Data.Common.DbCommandDefinition CreateDbCommandDefinition(System.Data.Common.DbProviderManifest providerManifest, System.Data.Common.CommandTrees.DbCommandTree commandTree) { throw null; }
DbCreateDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)3636         protected override void DbCreateDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { }
DbCreateDatabaseScript(string providerManifestToken, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)3637         protected override string DbCreateDatabaseScript(string providerManifestToken, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { throw null; }
DbDatabaseExists(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)3638         protected override bool DbDatabaseExists(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { throw null; }
DbDeleteDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection)3639         protected override void DbDeleteDatabase(System.Data.Common.DbConnection connection, System.Nullable<int> commandTimeout, System.Data.Metadata.Edm.StoreItemCollection storeItemCollection) { }
DbGetSpatialServices(string versionHint)3640         protected override System.Data.Spatial.DbSpatialServices DbGetSpatialServices(string versionHint) { throw null; }
GetDbProviderManifest(string versionHint)3641         protected override System.Data.Common.DbProviderManifest GetDbProviderManifest(string versionHint) { throw null; }
GetDbProviderManifestToken(System.Data.Common.DbConnection connection)3642         protected override string GetDbProviderManifestToken(System.Data.Common.DbConnection connection) { throw null; }
GetDbSpatialDataReader(System.Data.Common.DbDataReader fromReader, string versionHint)3643         protected override System.Data.Spatial.DbSpatialDataReader GetDbSpatialDataReader(System.Data.Common.DbDataReader fromReader, string versionHint) { throw null; }
SetDbParameterValue(System.Data.Common.DbParameter parameter, System.Data.Metadata.Edm.TypeUsage parameterType, object value)3644         protected override void SetDbParameterValue(System.Data.Common.DbParameter parameter, System.Data.Metadata.Edm.TypeUsage parameterType, object value) { }
3645     }
3646 }
3647