tfabrica
Version:
library for TFabrica - TechSol
628 lines (627 loc) • 155 kB
text/xml
<?xml version="1.0"?>
<doc>
<assembly>
<name>EntityFramework.SqlServer</name>
</assembly>
<members>
<member name="T:System.Data.Entity.SqlServer.Utilities.TaskExtensions">
<summary>
Contains extension methods for the <see cref="T:System.Threading.Tasks.Task"/> class.
</summary>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.WithCurrentCulture``1(System.Threading.Tasks.Task{``0})">
<summary>
Configures an awaiter used to await this <see cref="T:System.Threading.Tasks.Task`1"/> to avoid
marshalling the continuation
back to the original context, but preserve the current culture and UI culture.
</summary>
<typeparam name="T">
The type of the result produced by the associated <see cref="T:System.Threading.Tasks.Task`1"/>.
</typeparam>
<param name="task">The task to be awaited on.</param>
<returns>An object used to await this task.</returns>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.WithCurrentCulture(System.Threading.Tasks.Task)">
<summary>
Configures an awaiter used to await this <see cref="T:System.Threading.Tasks.Task"/> to avoid
marshalling the continuation
back to the original context, but preserve the current culture and UI culture.
</summary>
<param name="task">The task to be awaited on.</param>
<returns>An object used to await this task.</returns>
</member>
<member name="T:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter`1">
<summary>
Provides an awaitable object that allows for awaits on <see cref="T:System.Threading.Tasks.Task`1"/> that
preserve the culture.
</summary>
<typeparam name="T">
The type of the result produced by the associated <see cref="T:System.Threading.Tasks.Task`1"/>.
</typeparam>
<remarks>This type is intended for compiler use only.</remarks>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter`1.#ctor(System.Threading.Tasks.Task{`0})">
<summary>
Constructs a new instance of the <see cref="T:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter`1"/> class.
</summary>
<param name="task">The task to be awaited on.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter`1.GetAwaiter">
<summary>Gets an awaiter used to await this <see cref="T:System.Threading.Tasks.Task`1"/>.</summary>
<returns>An awaiter instance.</returns>
<remarks>This method is intended for compiler user rather than use directly in code.</remarks>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter`1.GetResult">
<summary>Ends the await on the completed <see cref="T:System.Threading.Tasks.Task`1"/>.</summary>
<returns>The result of the completed <see cref="T:System.Threading.Tasks.Task`1"/>.</returns>
<exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
<exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
<exception cref="T:System.Exception">The task completed in a Faulted state.</exception>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter`1.OnCompleted(System.Action)">
<summary>This method is not implemented and should not be called.</summary>
<param name="continuation">The action to invoke when the await operation completes.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter`1.UnsafeOnCompleted(System.Action)">
<summary>
Schedules the continuation onto the <see cref="T:System.Threading.Tasks.Task`1"/> associated with this
<see cref="T:System.Runtime.CompilerServices.TaskAwaiter`1"/>.
</summary>
<param name="continuation">The action to invoke when the await operation completes.</param>
<exception cref="T:System.ArgumentNullException">
The <paramref name="continuation"/> argument is null
(Nothing in Visual Basic).
</exception>
<exception cref="T:System.InvalidOperationException">The awaiter was not properly initialized.</exception>
<remarks>This method is intended for compiler user rather than use directly in code.</remarks>
</member>
<member name="P:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter`1.IsCompleted">
<summary>
Gets whether this <see cref="T:System.Threading.Tasks.Task">Task</see> has completed.
</summary>
<remarks>
<see cref="P:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter`1.IsCompleted"/> will return true when the Task is in one of the three
final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion">RanToCompletion</see>,
<see cref="F:System.Threading.Tasks.TaskStatus.Faulted">Faulted</see>, or
<see cref="F:System.Threading.Tasks.TaskStatus.Canceled">Canceled</see>.
</remarks>
</member>
<member name="T:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter">
<summary>
Provides an awaitable object that allows for awaits on <see cref="T:System.Threading.Tasks.Task"/> that
preserve the culture.
</summary>
<remarks>This type is intended for compiler use only.</remarks>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter.#ctor(System.Threading.Tasks.Task)">
<summary>
Constructs a new instance of the <see cref="T:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter"/> class.
</summary>
<param name="task">The task to be awaited on.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter.GetAwaiter">
<summary>Gets an awaiter used to await this <see cref="T:System.Threading.Tasks.Task"/>.</summary>
<returns>An awaiter instance.</returns>
<remarks>This method is intended for compiler user rather than use directly in code.</remarks>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter.GetResult">
<summary>Ends the await on the completed <see cref="T:System.Threading.Tasks.Task"/>.</summary>
<exception cref="T:System.NullReferenceException">The awaiter was not properly initialized.</exception>
<exception cref="T:System.Threading.Tasks.TaskCanceledException">The task was canceled.</exception>
<exception cref="T:System.Exception">The task completed in a Faulted state.</exception>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter.OnCompleted(System.Action)">
<summary>This method is not implemented and should not be called.</summary>
<param name="continuation">The action to invoke when the await operation completes.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter.UnsafeOnCompleted(System.Action)">
<summary>
Schedules the continuation onto the <see cref="T:System.Threading.Tasks.Task"/> associated with this
<see cref="T:System.Runtime.CompilerServices.TaskAwaiter"/>.
</summary>
<param name="continuation">The action to invoke when the await operation completes.</param>
<exception cref="T:System.ArgumentNullException">
The <paramref name="continuation"/> argument is null
(Nothing in Visual Basic).
</exception>
<exception cref="T:System.InvalidOperationException">The awaiter was not properly initialized.</exception>
<remarks>This method is intended for compiler user rather than use directly in code.</remarks>
</member>
<member name="P:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter.IsCompleted">
<summary>
Gets whether this <see cref="T:System.Threading.Tasks.Task">Task</see> has completed.
</summary>
<remarks>
<see cref="P:System.Data.Entity.SqlServer.Utilities.TaskExtensions.CultureAwaiter.IsCompleted"/> will return true when the Task is in one of the three
final states: <see cref="F:System.Threading.Tasks.TaskStatus.RanToCompletion">RanToCompletion</see>,
<see cref="F:System.Threading.Tasks.TaskStatus.Faulted">Faulted</see>, or
<see cref="F:System.Threading.Tasks.TaskStatus.Canceled">Canceled</see>.
</remarks>
</member>
<member name="T:System.Data.Entity.SqlServer.SqlAzureExecutionStrategy">
<summary>
An <see cref="T:System.Data.Entity.Infrastructure.IDbExecutionStrategy"/> that retries actions that throw exceptions caused by SQL Azure transient failures.
</summary>
<remarks>
This execution strategy will retry the operation on <see cref="T:System.TimeoutException"/> and <see cref="T:System.Data.SqlClient.SqlException"/>
if the <see cref="P:System.Data.SqlClient.SqlException.Errors"/> contains any of the following error numbers:
40613, 40501, 40197, 10929, 10928, 10060, 10054, 10053, 233, 64 and 20
</remarks>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlAzureExecutionStrategy.#ctor">
<summary>
Creates a new instance of <see cref="T:System.Data.Entity.SqlServer.SqlAzureExecutionStrategy"/>.
</summary>
<remarks>
The default retry limit is 5, which means that the total amount of time spent between retries is 26 seconds plus the random factor.
</remarks>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlAzureExecutionStrategy.#ctor(System.Int32,System.TimeSpan)">
<summary>
Creates a new instance of <see cref="T:System.Data.Entity.SqlServer.SqlAzureExecutionStrategy"/> with the specified limits for
number of retries and the delay between retries.
</summary>
<param name="maxRetryCount"> The maximum number of retry attempts. </param>
<param name="maxDelay"> The maximum delay in milliseconds between retries. </param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlAzureExecutionStrategy.ShouldRetryOn(System.Exception)">
<inheritdoc/>
</member>
<member name="T:System.Data.Entity.SqlServer.SqlFunctions">
<summary>
Contains function stubs that expose SqlServer methods in Linq to Entities.
</summary>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.ChecksumAggregate(System.Collections.Generic.IEnumerable{System.Int32})">
<summary>Returns the checksum of the values in a collection. Null values are ignored.</summary>
<returns>The checksum computed from the input collection.</returns>
<param name="arg">The collection of values over which the checksum is computed.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.ChecksumAggregate(System.Collections.Generic.IEnumerable{System.Nullable{System.Int32}})">
<summary>Returns the checksum of the values in a collection. Null values are ignored.</summary>
<returns>The checksum computed from the input collection.</returns>
<param name="arg">The collection of values over which the checksum is computed.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Ascii(System.String)">
<summary>Returns the ASCII code value of the left-most character of a character expression.</summary>
<returns>The ASCII code of the first character in the input string.</returns>
<param name="arg">A valid string.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Char(System.Nullable{System.Int32})">
<summary>Returns the character that corresponds to the specified integer ASCII value.</summary>
<returns>The character that corresponds to the specified ASCII value.</returns>
<param name="arg">An ASCII code.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.CharIndex(System.String,System.String)">
<summary>Returns the starting position of one expression found within another expression.</summary>
<returns>The starting position of target if it is found in toSearch .</returns>
<param name="toSearch">The string expression to be searched.</param>
<param name="target">The string expression to be found.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.CharIndex(System.Byte[],System.Byte[])">
<summary>Returns the starting position of one expression found within another expression.</summary>
<returns>The starting position of target if it is found in toSearch .</returns>
<param name="toSearch">The string expression to be searched.</param>
<param name="target">The string expression to be found.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.CharIndex(System.String,System.String,System.Nullable{System.Int32})">
<summary>Returns the starting position of one expression found within another expression.</summary>
<returns>The starting position of target if it is found in toSearch .</returns>
<param name="toSearch">The string expression to be searched.</param>
<param name="target">The string expression to be found.</param>
<param name="startLocation">The character position in toSearch where searching begins.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.CharIndex(System.Byte[],System.Byte[],System.Nullable{System.Int32})">
<summary>Returns the starting position of one expression found within another expression.</summary>
<returns>The starting position of target if it is found in toSearch .</returns>
<param name="toSearch">The string expression to be searched.</param>
<param name="target">The string expression to be found.</param>
<param name="startLocation">The character position in toSearch where searching begins.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.CharIndex(System.String,System.String,System.Nullable{System.Int64})">
<summary>Returns the starting position of one expression found within another expression.</summary>
<returns>
A <see cref="T:System.Nullable`1" /> of <see cref="T:System.Int64" /> value that is the starting position of target if it is found in toSearch .
</returns>
<param name="toSearch">The string expression to be searched.</param>
<param name="target">The string expression to be found.</param>
<param name="startLocation">The character position in toSearch where searching begins.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.CharIndex(System.Byte[],System.Byte[],System.Nullable{System.Int64})">
<summary>Returns the starting position of one expression found within another expression.</summary>
<returns>The starting position of target if it is found in toSearch .</returns>
<param name="toSearch">The string expression to be searched.</param>
<param name="target">The string expression to be found.</param>
<param name="startLocation">The character position in toSearch at which searching begins.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Difference(System.String,System.String)">
<summary>Returns an integer value that indicates the difference between the SOUNDEX values of two character expressions.</summary>
<returns>The SOUNDEX difference between the two strings.</returns>
<param name="string1">The first string.</param>
<param name="string2">The second string.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.NChar(System.Nullable{System.Int32})">
<summary>Returns the Unicode character with the specified integer code, as defined by the Unicode standard.</summary>
<returns>The character that corresponds to the input character code.</returns>
<param name="arg">A character code.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.PatIndex(System.String,System.String)">
<summary>Returns the starting position of the first occurrence of a pattern in a specified expression, or zeros if the pattern is not found, on all valid text and character data types.</summary>
<returns>The starting character position where the string pattern was found.</returns>
<param name="stringPattern">A string pattern to search for.</param>
<param name="target">The string to search.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.QuoteName(System.String)">
<summary>Returns a Unicode string with the delimiters added to make the input string a valid Microsoft SQL Server delimited identifier.</summary>
<returns>The original string with brackets added.</returns>
<param name="stringArg">The expression that quote characters will be added to.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.QuoteName(System.String,System.String)">
<summary>Returns a Unicode string with the delimiters added to make the input string a valid Microsoft SQL Server delimited identifier.</summary>
<returns>The original string with the specified quote characters added.</returns>
<param name="stringArg">The expression that quote characters will be added to.</param>
<param name="quoteCharacter">The one-character string to use as the delimiter. It can be a single quotation mark ( ' ), a left or right bracket ( [ ] ), or a double quotation mark ( " ). If quote_character is not specified, brackets are used.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Replicate(System.String,System.Nullable{System.Int32})">
<summary>Repeats a string value a specified number of times.</summary>
<returns>The target string, repeated the number of times specified by count .</returns>
<param name="target">A valid string.</param>
<param name="count">The value that specifies how many time to repeat target .</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.SoundCode(System.String)">
<summary>Converts an alphanumeric string to a four-character (SOUNDEX) code to find similar-sounding words or names.</summary>
<returns>The SOUNDEX code of the input string.</returns>
<param name="arg">A valid string.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Space(System.Nullable{System.Int32})">
<summary>Returns a string of repeated spaces.</summary>
<returns>A string that consists of the specified number of spaces.</returns>
<param name="arg1">The number of spaces. If negative, a null string is returned.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.StringConvert(System.Nullable{System.Double})">
<summary>Returns character data converted from numeric data.</summary>
<returns>The numeric input expression converted to a string.</returns>
<param name="number">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.StringConvert(System.Nullable{System.Decimal})">
<summary>Returns character data converted from numeric data.</summary>
<returns>The input expression converted to a string.</returns>
<param name="number">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.StringConvert(System.Nullable{System.Double},System.Nullable{System.Int32})">
<summary>Returns character data converted from numeric data.</summary>
<returns>The numeric input expression converted to a string.</returns>
<param name="number">A numeric expression.</param>
<param name="length">The total length of the string. This includes decimal point, sign, digits, and spaces. The default is 10.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.StringConvert(System.Nullable{System.Decimal},System.Nullable{System.Int32})">
<summary>Returns character data converted from numeric data.</summary>
<returns>The input expression converted to a string.</returns>
<param name="number">A numeric expression.</param>
<param name="length">The total length of the string. This includes decimal point, sign, digits, and spaces. The default is 10.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.StringConvert(System.Nullable{System.Double},System.Nullable{System.Int32},System.Nullable{System.Int32})">
<summary>Returns character data converted from numeric data.</summary>
<returns>The numeric input expression converted to a string.</returns>
<param name="number">A numeric expression.</param>
<param name="length">The total length of the string. This includes decimal point, sign, digits, and spaces. The default is 10.</param>
<param name="decimalArg">The number of places to the right of the decimal point. decimal must be less than or equal to 16. If decimal is more than 16 then the result is truncated to sixteen places to the right of the decimal point.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.StringConvert(System.Nullable{System.Decimal},System.Nullable{System.Int32},System.Nullable{System.Int32})">
<summary>Returns character data converted from numeric data.</summary>
<returns>The input expression converted to a string.</returns>
<param name="number">A numeric expression.</param>
<param name="length">The total length of the string. This includes decimal point, sign, digits, and spaces. The default is 10.</param>
<param name="decimalArg">The number of places to the right of the decimal point. decimal must be less than or equal to 16. If decimal is more than 16 then the result is truncated to sixteen places to the right of the decimal point.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Stuff(System.String,System.Nullable{System.Int32},System.Nullable{System.Int32},System.String)">
<summary>Inserts a string into another string. It deletes a specified length of characters in the target string at the start position and then inserts the second string into the target string at the start position.</summary>
<returns>A string consisting of the two strings.</returns>
<param name="stringInput">The target string.</param>
<param name="start">The character position in stringinput where the replacement string is to be inserted.</param>
<param name="length">The number of characters to delete from stringInput . If length is longer than stringInput , deletion occurs up to the last character in stringReplacement .</param>
<param name="stringReplacement">The substring to be inserted into stringInput .</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Unicode(System.String)">
<summary>Returns the integer value, as defined by the Unicode standard, for the first character of the input expression.</summary>
<returns>The character code for the first character in the input string.</returns>
<param name="arg">A valid string.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Acos(System.Nullable{System.Double})">
<summary>A mathematical function that returns the angle, in radians, whose cosine is the specified numerical value. This angle is called the arccosine.</summary>
<returns>The angle, in radians, defined by the input cosine value.</returns>
<param name="arg1">The cosine of an angle.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Acos(System.Nullable{System.Decimal})">
<summary>A mathematical function that returns the angle, in radians, whose cosine is the specified numerical value. This angle is called the arccosine.</summary>
<returns>An angle, measured in radians.</returns>
<param name="arg1">The cosine of an angle.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Asin(System.Nullable{System.Double})">
<summary>A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine.</summary>
<returns>An angle, measured in radians.</returns>
<param name="arg">The sine of an angle.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Asin(System.Nullable{System.Decimal})">
<summary>A mathematical function that returns the angle, in radians, whose sine is the specified numerical value. This angle is called the arcsine.</summary>
<returns>An angle, measured in radians.</returns>
<param name="arg">The sine of an angle.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Atan(System.Nullable{System.Double})">
<summary>A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent.</summary>
<returns>An angle, measured in radians.</returns>
<param name="arg">The tangent of an angle.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Atan(System.Nullable{System.Decimal})">
<summary>A mathematical function that returns the angle, in radians, whose tangent is the specified numerical value. This angle is called the arctangent.</summary>
<returns>An angle, measured in radians.</returns>
<param name="arg">The tangent of an angle.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Atan2(System.Nullable{System.Double},System.Nullable{System.Double})">
<summary>Returns the positive angle, in radians, between the positive x-axis and the ray from the origin through the point (x, y), where x and y are the two specified numerical values. The first parameter passed to the function is the y-value and the second parameter is the x-value.</summary>
<returns>An angle, measured in radians.</returns>
<param name="arg1">The y-coordinate of a point.</param>
<param name="arg2">The x-coordinate of a point.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Atan2(System.Nullable{System.Decimal},System.Nullable{System.Decimal})">
<summary>Returns the positive angle, in radians, between the positive x-axis and the ray from the origin through the point (x, y), where x and y are the two specified numerical values. The first parameter passed to the function is the y-value and the second parameter is the x-value.</summary>
<returns>An angle, measured in radians.</returns>
<param name="arg1">The y-coordinate of a point.</param>
<param name="arg2">The x-coordinate of a point.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Cos(System.Nullable{System.Double})">
<summary>Returns the trigonometric cosine of the specified angle, in radians, in the specified expression.</summary>
<returns>The trigonometric cosine of the specified angle.</returns>
<param name="arg">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Cos(System.Nullable{System.Decimal})">
<summary>Returns the trigonometric cosine of the specified angle, in radians, in the specified expression.</summary>
<returns>The trigonometric cosine of the specified angle.</returns>
<param name="arg">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Cot(System.Nullable{System.Double})">
<summary>A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.</summary>
<returns>The trigonometric cotangent of the specified angle.</returns>
<param name="arg">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Cot(System.Nullable{System.Decimal})">
<summary>A mathematical function that returns the trigonometric cotangent of the specified angle, in radians.</summary>
<returns>The trigonometric cotangent of the specified angle.</returns>
<param name="arg">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Degrees(System.Nullable{System.Int32})">
<summary>Returns the corresponding angle in degrees for an angle specified in radians.</summary>
<returns>The specified angle converted to degrees.</returns>
<param name="arg1">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Degrees(System.Nullable{System.Int64})">
<summary>Returns the corresponding angle in degrees for an angle specified in radians.</summary>
<returns>The specified angle converted to degrees.</returns>
<param name="arg1">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Degrees(System.Nullable{System.Decimal})">
<summary>Returns the corresponding angle in degrees for an angle specified in radians.</summary>
<returns>The specified angle converted to degrees.</returns>
<param name="arg1">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Degrees(System.Nullable{System.Double})">
<summary>Returns the corresponding angle in degrees for an angle specified in radians.</summary>
<returns>The specified angle converted to degrees.</returns>
<param name="arg1">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Exp(System.Nullable{System.Double})">
<summary>Returns the exponential value of the specified float expression.</summary>
<returns>The constant e raised to the power of the input value.</returns>
<param name="arg">The input value.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Exp(System.Nullable{System.Decimal})">
<summary>Returns the exponential value of the specified float expression.</summary>
<returns>The constant e raised to the power of the input value.</returns>
<param name="arg">The input value.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Log(System.Nullable{System.Double})">
<summary>Returns the natural logarithm of the specified input value.</summary>
<returns>The natural logarithm of the input value.</returns>
<param name="arg">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Log(System.Nullable{System.Decimal})">
<summary>Returns the natural logarithm of the specified input value.</summary>
<returns>The natural logarithm of the input value.</returns>
<param name="arg">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Log10(System.Nullable{System.Double})">
<summary>Returns the base-10 logarithm of the specified input value.</summary>
<returns>The base-10 logarithm of the input value.</returns>
<param name="arg">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Log10(System.Nullable{System.Decimal})">
<summary>Returns the base-10 logarithm of the specified input value.</summary>
<returns>The base-10 logarithm of the input value.</returns>
<param name="arg">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Pi">
<summary>Returns the constant value of pi.</summary>
<returns>The numeric value of pi.</returns>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Radians(System.Nullable{System.Int32})">
<summary>Returns the radian measure corresponding to the specified angle in degrees.</summary>
<returns>The radian measure of the specified angle.</returns>
<param name="arg">The angle, measured in degrees</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Radians(System.Nullable{System.Int64})">
<summary>Returns the radian measure corresponding to the specified angle in degrees.</summary>
<returns>The radian measure of the specified angle.</returns>
<param name="arg">The angle, measured in degrees</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Radians(System.Nullable{System.Decimal})">
<summary>Returns the radian measure corresponding to the specified angle in degrees.</summary>
<returns>The radian measure of the specified angle.</returns>
<param name="arg">The angle, measured in degrees.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Radians(System.Nullable{System.Double})">
<summary>Returns the radian measure corresponding to the specified angle in degrees.</summary>
<returns>The radian measure of the specified angle.</returns>
<param name="arg">The angle, measured in degrees.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Rand">
<summary>Returns a pseudo-random float value from 0 through 1, exclusive.</summary>
<returns>The pseudo-random value.</returns>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Rand(System.Nullable{System.Int32})">
<summary>Returns a pseudo-random float value from 0 through 1, exclusive.</summary>
<returns>The pseudo-random value.</returns>
<param name="seed">The seed value. If seed is not specified, the SQL Server Database Engine assigns a seed value at random. For a specified seed value, the result returned is always the same.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Sign(System.Nullable{System.Int32})">
<summary>Returns the positive (+1), zero (0), or negative (-1) sign of the specified expression.</summary>
<returns>The sign of the input expression.</returns>
<param name="arg">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Sign(System.Nullable{System.Int64})">
<summary>Returns the positive (+1), zero (0), or negative (-1) sign of the specified expression.</summary>
<returns>The sign of the input expression.</returns>
<param name="arg">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Sign(System.Nullable{System.Decimal})">
<summary>Returns the positive (+1), zero (0), or negative (-1) sign of the specified expression.</summary>
<returns>The sign of the input expression.</returns>
<param name="arg">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Sign(System.Nullable{System.Double})">
<summary>Returns the positive (+1), zero (0), or negative (-1) sign of the specified expression.</summary>
<returns>The sign of the input expression.</returns>
<param name="arg">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Sin(System.Nullable{System.Decimal})">
<summary>Returns the trigonometric sine of the specified angle.</summary>
<returns>The trigonometric sine of the input expression.</returns>
<param name="arg">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Sin(System.Nullable{System.Double})">
<summary>Returns the trigonometric sine of the specified angle.</summary>
<returns>The trigonometric sine of the input expression.</returns>
<param name="arg">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.SquareRoot(System.Nullable{System.Double})">
<summary>Returns the square root of the specified number.</summary>
<returns>The square root of the input value.</returns>
<param name="arg">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.SquareRoot(System.Nullable{System.Decimal})">
<summary>Returns the square root of the specified number.</summary>
<returns>The square root of the input value.</returns>
<param name="arg">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Square(System.Nullable{System.Double})">
<summary>Returns the square of the specified number.</summary>
<returns>The square of the input value.</returns>
<param name="arg1">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Square(System.Nullable{System.Decimal})">
<summary>Returns the square of the specified number.</summary>
<returns>The square of the input value.</returns>
<param name="arg1">A numeric expression.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Tan(System.Nullable{System.Double})">
<summary>Returns the trigonometric tangent of the input expression.</summary>
<returns>The tangent of the input angle.</returns>
<param name="arg">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.Tan(System.Nullable{System.Decimal})">
<summary>Returns the trigonometric tangent of the input expression.</summary>
<returns>The tangent of the input angle.</returns>
<param name="arg">An angle, measured in radians.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateAdd(System.String,System.Nullable{System.Double},System.Nullable{System.DateTime})">
<summary>Returns a new datetime value based on adding an interval to the specified date.</summary>
<returns>The new date.</returns>
<param name="datePartArg">The part of the date to increment. </param>
<param name="number">The value used to increment a date by a specified amount.</param>
<param name="date">The date to increment.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateAdd(System.String,System.Nullable{System.Double},System.Nullable{System.TimeSpan})">
<summary>Returns a new time span value based on adding an interval to the specified time span.</summary>
<returns>The new time span.</returns>
<param name="datePartArg">The part of the date to increment.</param>
<param name="number">The value used to increment a date by a specified amount.</param>
<param name="time">The time span to increment.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateAdd(System.String,System.Nullable{System.Double},System.Nullable{System.DateTimeOffset})">
<summary>Returns a new date value based on adding an interval to the specified date.</summary>
<returns>The new point in time, expressed as a date and time of day, relative to Coordinated Universal Time (UTC).</returns>
<param name="datePartArg">The part of the date to increment.</param>
<param name="number">The value used to increment a date by a specified amount.</param>
<param name="dateTimeOffsetArg">The date to increment.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateAdd(System.String,System.Nullable{System.Double},System.String)">
<summary>Returns a new datetime value based on adding an interval to the specified date.</summary>
<returns>
A <see cref="T:System.Nullable`1" /> of <see cref="T:System.DateTime" /> value that is the new date.
</returns>
<param name="datePartArg">The part of the date to increment.</param>
<param name="number">The value used to increment a date by a specified amount.</param>
<param name="date">The date to increment.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateDiff(System.String,System.Nullable{System.DateTime},System.Nullable{System.DateTime})">
<summary>Returns the count of the specified datepart boundaries crossed between the specified start date and end date.</summary>
<returns>The number of time intervals between the two dates.</returns>
<param name="datePartArg">The part of the date to calculate the differing number of time intervals.</param>
<param name="startDate">The first date.</param>
<param name="endDate">The second date.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateDiff(System.String,System.Nullable{System.DateTimeOffset},System.Nullable{System.DateTimeOffset})">
<summary>Returns the count of the specified datepart boundaries crossed between the specified start date and end date.</summary>
<returns>The number of time intervals between the two dates.</returns>
<param name="datePartArg">The part of the date to calculate the differing number of time intervals.</param>
<param name="startDate">The first date.</param>
<param name="endDate">The second date.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateDiff(System.String,System.Nullable{System.TimeSpan},System.Nullable{System.TimeSpan})">
<summary>Returns the count of the specified datepart boundaries crossed between the specified start date and end date.</summary>
<returns>The number of time intervals between the two dates.</returns>
<param name="datePartArg">The part of the date to calculate the differing number of time intervals.</param>
<param name="startDate">The first date.</param>
<param name="endDate">The second date.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateDiff(System.String,System.String,System.Nullable{System.DateTime})">
<summary>Returns the count of the specified datepart boundaries crossed between the specified start date and end date.</summary>
<returns>The number of time intervals between the two dates.</returns>
<param name="datePartArg">The part of the date to calculate the differing number of time intervals.</param>
<param name="startDate">The first date.</param>
<param name="endDate">The second date.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateDiff(System.String,System.String,System.Nullable{System.DateTimeOffset})">
<summary>Returns the count of the specified datepart boundaries crossed between the specified start date and end date.</summary>
<returns>The number of time intervals between the two dates.</returns>
<param name="datePartArg">The part of the date to calculate the differing number of time intervals.</param>
<param name="startDate">The first date.</param>
<param name="endDate">The second date.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateDiff(System.String,System.String,System.Nullable{System.TimeSpan})">
<summary>Returns the count of the specified datepart boundaries crossed between the specified start date and end date.</summary>
<returns>The value specifying the number of time intervals between the two dates.</returns>
<param name="datePartArg">The part of the date to calculate the differing number of time intervals.</param>
<param name="startDate">The first date.</param>
<param name="endDate">The second date.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateDiff(System.String,System.Nullable{System.TimeSpan},System.String)">
<summary>Returns the count of the specified datepart boundaries crossed between the specified start date and end date.</summary>
<returns>The number of time intervals between the two dates.</returns>
<param name="datePartArg">The part of the date to calculate the differing number of time intervals.</param>
<param name="startDate">The first date.</param>
<param name="endDate">The second date.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateDiff(System.String,System.Nullable{System.DateTime},System.String)">
<summary>Returns the count of the specified datepart boundaries crossed between the specified start date and end date.</summary>
<returns>The number of time intervals between the two dates.</returns>
<param name="datePartArg">The part of the date to calculate the differing number of time intervals.</param>
<param name="startDate">The first date.</param>
<param name="endDate">The second date.</param>
</member>
<member name="M:System.Data.Entity.SqlServer.SqlFunctions.DateDiff(System.String,System.Nullable{System.DateTimeOffset},System.String)">
<summary>Returns the count of the specified datepart boundaries crossed between the specified start date and end date.</summary>
<returns>The number of time intervals between the two dates.</returns>
<param name="datePartArg">The part of the date to calculate the differing number of time intervals.</param>
<param name="startDate">The first date.</param>
<param name="endDate">The second date.</param>
</member>