Updates referencesource to .NET 4.7
[mono-project.git] / mcs / class / referencesource / System.Data.Entity / System / Data / Objects / SqlClient / SqlFunctions.cs
blob0d9a53bd26dc9739c175e2ccbb47528fb4f7f594
1 //------------------------------------------------------------------------------
2 // <copyright file="SqlFunctions.cs company="Microsoft">
3 // Copyright (c) Microsoft Corporation. All rights reserved.
4 // </copyright>
6 // <auto-generated>
7 // This code was generated by a tool.
8 // Generation date and time : 9/12/2011 16:49:44.9078794
9 //
10 // Changes to this file will be lost if the code is regenerated.
11 // </auto-generated>
13 // @owner Microsoft
14 // @backupOwner Microsoft
15 //------------------------------------------------------------------------------
17 using System.Collections.Generic;
18 using System.Data.Objects;
19 using System.Data.Objects.DataClasses;
20 using System.Linq;
21 using System.Linq.Expressions;
22 using System.Reflection;
24 namespace System.Data.Objects.SqlClient
26 /// <summary>
27 /// Contains function stubs that expose SqlServer methods in Linq to Entities.
28 /// </summary>
29 public static class SqlFunctions
31 /// <summary>
32 /// Proxy for the function SqlServer.CHECKSUM_AGG
33 /// </summary>
34 [EdmFunction("SqlServer", "CHECKSUM_AGG")]
35 public static System.Int32? ChecksumAggregate(IEnumerable<System.Int32> arg)
37 ObjectQuery<System.Int32> objectQuerySource = arg as ObjectQuery<System.Int32>;
38 if (objectQuerySource != null)
40 return ((IQueryable)objectQuerySource).Provider.Execute<System.Int32?>(Expression.Call((MethodInfo)MethodInfo.GetCurrentMethod(),Expression.Constant(arg)));
42 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
45 /// <summary>
46 /// Proxy for the function SqlServer.CHECKSUM_AGG
47 /// </summary>
48 [EdmFunction("SqlServer", "CHECKSUM_AGG")]
49 public static System.Int32? ChecksumAggregate(IEnumerable<System.Int32?> arg)
51 ObjectQuery<System.Int32?> objectQuerySource = arg as ObjectQuery<System.Int32?>;
52 if (objectQuerySource != null)
54 return ((IQueryable)objectQuerySource).Provider.Execute<System.Int32?>(Expression.Call((MethodInfo)MethodInfo.GetCurrentMethod(),Expression.Constant(arg)));
56 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
59 /// <summary>
60 /// Proxy for the function SqlServer.ASCII
61 /// </summary>
62 [EdmFunction("SqlServer", "ASCII")]
63 public static System.Int32? Ascii(System.String arg)
65 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
68 /// <summary>
69 /// Proxy for the function SqlServer.CHAR
70 /// </summary>
71 [EdmFunction("SqlServer", "CHAR")]
72 public static System.String Char(System.Int32? arg)
74 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
77 /// <summary>
78 /// Proxy for the function SqlServer.CHARINDEX
79 /// </summary>
80 [EdmFunction("SqlServer", "CHARINDEX")]
81 public static System.Int32? CharIndex(System.String toSearch, System.String target)
83 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
86 /// <summary>
87 /// Proxy for the function SqlServer.CHARINDEX
88 /// </summary>
89 [EdmFunction("SqlServer", "CHARINDEX")]
90 public static System.Int32? CharIndex(System.Byte[] toSearch, System.Byte[] target)
92 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
95 /// <summary>
96 /// Proxy for the function SqlServer.CHARINDEX
97 /// </summary>
98 [EdmFunction("SqlServer", "CHARINDEX")]
99 public static System.Int32? CharIndex(System.String toSearch, System.String target, System.Int32? startLocation)
101 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
104 /// <summary>
105 /// Proxy for the function SqlServer.CHARINDEX
106 /// </summary>
107 [EdmFunction("SqlServer", "CHARINDEX")]
108 public static System.Int32? CharIndex(System.Byte[] toSearch, System.Byte[] target, System.Int32? startLocation)
110 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
113 /// <summary>
114 /// Proxy for the function SqlServer.CHARINDEX
115 /// </summary>
116 [EdmFunction("SqlServer", "CHARINDEX")]
117 public static System.Int64? CharIndex(System.String toSearch, System.String target, System.Int64? startLocation)
119 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
122 /// <summary>
123 /// Proxy for the function SqlServer.CHARINDEX
124 /// </summary>
125 [EdmFunction("SqlServer", "CHARINDEX")]
126 public static System.Int64? CharIndex(System.Byte[] toSearch, System.Byte[] target, System.Int64? startLocation)
128 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
131 /// <summary>
132 /// Proxy for the function SqlServer.DIFFERENCE
133 /// </summary>
134 [EdmFunction("SqlServer", "DIFFERENCE")]
135 [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId = "string")]
136 public static System.Int32? Difference(System.String string1, System.String string2)
138 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
141 /// <summary>
142 /// Proxy for the function SqlServer.NCHAR
143 /// </summary>
144 [EdmFunction("SqlServer", "NCHAR")]
145 public static System.String NChar(System.Int32? arg)
147 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
150 /// <summary>
151 /// Proxy for the function SqlServer.PATINDEX
152 /// </summary>
153 [EdmFunction("SqlServer", "PATINDEX")]
154 [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId = "string")]
155 public static System.Int32? PatIndex(System.String stringPattern, System.String target)
157 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
160 /// <summary>
161 /// Proxy for the function SqlServer.QUOTENAME
162 /// </summary>
163 [EdmFunction("SqlServer", "QUOTENAME")]
164 [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId = "string")]
165 public static System.String QuoteName(System.String stringArg)
167 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
170 /// <summary>
171 /// Proxy for the function SqlServer.QUOTENAME
172 /// </summary>
173 [EdmFunction("SqlServer", "QUOTENAME")]
174 [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId = "string")]
175 public static System.String QuoteName(System.String stringArg, System.String quoteCharacter)
177 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
180 /// <summary>
181 /// Proxy for the function SqlServer.REPLICATE
182 /// </summary>
183 [EdmFunction("SqlServer", "REPLICATE")]
184 public static System.String Replicate(System.String target, System.Int32? count)
186 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
189 /// <summary>
190 /// Proxy for the function SqlServer.SOUNDEX
191 /// </summary>
192 [EdmFunction("SqlServer", "SOUNDEX")]
193 public static System.String SoundCode(System.String arg)
195 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
198 /// <summary>
199 /// Proxy for the function SqlServer.SPACE
200 /// </summary>
201 [EdmFunction("SqlServer", "SPACE")]
202 public static System.String Space(System.Int32? arg1)
204 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
207 /// <summary>
208 /// Proxy for the function SqlServer.STR
209 /// </summary>
210 [EdmFunction("SqlServer", "STR")]
211 public static System.String StringConvert(System.Double? number)
213 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
216 /// <summary>
217 /// Proxy for the function SqlServer.STR
218 /// </summary>
219 [EdmFunction("SqlServer", "STR")]
220 public static System.String StringConvert(System.Decimal? number)
222 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
225 /// <summary>
226 /// Proxy for the function SqlServer.STR
227 /// </summary>
228 [EdmFunction("SqlServer", "STR")]
229 public static System.String StringConvert(System.Double? number, System.Int32? length)
231 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
234 /// <summary>
235 /// Proxy for the function SqlServer.STR
236 /// </summary>
237 [EdmFunction("SqlServer", "STR")]
238 public static System.String StringConvert(System.Decimal? number, System.Int32? length)
240 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
243 /// <summary>
244 /// Proxy for the function SqlServer.STR
245 /// </summary>
246 [EdmFunction("SqlServer", "STR")]
247 public static System.String StringConvert(System.Double? number, System.Int32? length, System.Int32? decimalArg)
249 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
252 /// <summary>
253 /// Proxy for the function SqlServer.STR
254 /// </summary>
255 [EdmFunction("SqlServer", "STR")]
256 public static System.String StringConvert(System.Decimal? number, System.Int32? length, System.Int32? decimalArg)
258 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
261 /// <summary>
262 /// Proxy for the function SqlServer.STUFF
263 /// </summary>
264 [EdmFunction("SqlServer", "STUFF")]
265 [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1720:IdentifiersShouldNotContainTypeNames", MessageId = "string")]
266 public static System.String Stuff(System.String stringInput, System.Int32? start, System.Int32? length, System.String stringReplacement)
268 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
271 /// <summary>
272 /// Proxy for the function SqlServer.UNICODE
273 /// </summary>
274 [EdmFunction("SqlServer", "UNICODE")]
275 public static System.Int32? Unicode(System.String arg)
277 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
280 /// <summary>
281 /// Proxy for the function SqlServer.ACOS
282 /// </summary>
283 [EdmFunction("SqlServer", "ACOS")]
284 public static System.Double? Acos(System.Double? arg1)
286 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
289 /// <summary>
290 /// Proxy for the function SqlServer.ACOS
291 /// </summary>
292 [EdmFunction("SqlServer", "ACOS")]
293 public static System.Double? Acos(System.Decimal? arg1)
295 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
298 /// <summary>
299 /// Proxy for the function SqlServer.ASIN
300 /// </summary>
301 [EdmFunction("SqlServer", "ASIN")]
302 public static System.Double? Asin(System.Double? arg)
304 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
307 /// <summary>
308 /// Proxy for the function SqlServer.ASIN
309 /// </summary>
310 [EdmFunction("SqlServer", "ASIN")]
311 public static System.Double? Asin(System.Decimal? arg)
313 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
316 /// <summary>
317 /// Proxy for the function SqlServer.ATAN
318 /// </summary>
319 [EdmFunction("SqlServer", "ATAN")]
320 public static System.Double? Atan(System.Double? arg)
322 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
325 /// <summary>
326 /// Proxy for the function SqlServer.ATAN
327 /// </summary>
328 [EdmFunction("SqlServer", "ATAN")]
329 public static System.Double? Atan(System.Decimal? arg)
331 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
334 /// <summary>
335 /// Proxy for the function SqlServer.ATN2
336 /// </summary>
337 [EdmFunction("SqlServer", "ATN2")]
338 public static System.Double? Atan2(System.Double? arg1, System.Double? arg2)
340 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
343 /// <summary>
344 /// Proxy for the function SqlServer.ATN2
345 /// </summary>
346 [EdmFunction("SqlServer", "ATN2")]
347 public static System.Double? Atan2(System.Decimal? arg1, System.Decimal? arg2)
349 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
352 /// <summary>
353 /// Proxy for the function SqlServer.COS
354 /// </summary>
355 [EdmFunction("SqlServer", "COS")]
356 public static System.Double? Cos(System.Double? arg)
358 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
361 /// <summary>
362 /// Proxy for the function SqlServer.COS
363 /// </summary>
364 [EdmFunction("SqlServer", "COS")]
365 public static System.Double? Cos(System.Decimal? arg)
367 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
370 /// <summary>
371 /// Proxy for the function SqlServer.COT
372 /// </summary>
373 [EdmFunction("SqlServer", "COT")]
374 public static System.Double? Cot(System.Double? arg)
376 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
379 /// <summary>
380 /// Proxy for the function SqlServer.COT
381 /// </summary>
382 [EdmFunction("SqlServer", "COT")]
383 public static System.Double? Cot(System.Decimal? arg)
385 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
388 /// <summary>
389 /// Proxy for the function SqlServer.DEGREES
390 /// </summary>
391 [EdmFunction("SqlServer", "DEGREES")]
392 public static System.Int32? Degrees(System.Int32? arg1)
394 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
397 /// <summary>
398 /// Proxy for the function SqlServer.DEGREES
399 /// </summary>
400 [EdmFunction("SqlServer", "DEGREES")]
401 public static System.Int64? Degrees(System.Int64? arg1)
403 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
406 /// <summary>
407 /// Proxy for the function SqlServer.DEGREES
408 /// </summary>
409 [EdmFunction("SqlServer", "DEGREES")]
410 public static System.Decimal? Degrees(System.Decimal? arg1)
412 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
415 /// <summary>
416 /// Proxy for the function SqlServer.DEGREES
417 /// </summary>
418 [EdmFunction("SqlServer", "DEGREES")]
419 public static System.Double? Degrees(System.Double? arg1)
421 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
424 /// <summary>
425 /// Proxy for the function SqlServer.EXP
426 /// </summary>
427 [EdmFunction("SqlServer", "EXP")]
428 public static System.Double? Exp(System.Double? arg)
430 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
433 /// <summary>
434 /// Proxy for the function SqlServer.EXP
435 /// </summary>
436 [EdmFunction("SqlServer", "EXP")]
437 public static System.Double? Exp(System.Decimal? arg)
439 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
442 /// <summary>
443 /// Proxy for the function SqlServer.LOG
444 /// </summary>
445 [EdmFunction("SqlServer", "LOG")]
446 public static System.Double? Log(System.Double? arg)
448 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
451 /// <summary>
452 /// Proxy for the function SqlServer.LOG
453 /// </summary>
454 [EdmFunction("SqlServer", "LOG")]
455 public static System.Double? Log(System.Decimal? arg)
457 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
460 /// <summary>
461 /// Proxy for the function SqlServer.LOG10
462 /// </summary>
463 [EdmFunction("SqlServer", "LOG10")]
464 public static System.Double? Log10(System.Double? arg)
466 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
469 /// <summary>
470 /// Proxy for the function SqlServer.LOG10
471 /// </summary>
472 [EdmFunction("SqlServer", "LOG10")]
473 public static System.Double? Log10(System.Decimal? arg)
475 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
478 /// <summary>
479 /// Proxy for the function SqlServer.PI
480 /// </summary>
481 [EdmFunction("SqlServer", "PI")]
482 public static System.Double? Pi()
484 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
487 /// <summary>
488 /// Proxy for the function SqlServer.RADIANS
489 /// </summary>
490 [EdmFunction("SqlServer", "RADIANS")]
491 public static System.Int32? Radians(System.Int32? arg)
493 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
496 /// <summary>
497 /// Proxy for the function SqlServer.RADIANS
498 /// </summary>
499 [EdmFunction("SqlServer", "RADIANS")]
500 public static System.Int64? Radians(System.Int64? arg)
502 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
505 /// <summary>
506 /// Proxy for the function SqlServer.RADIANS
507 /// </summary>
508 [EdmFunction("SqlServer", "RADIANS")]
509 public static System.Decimal? Radians(System.Decimal? arg)
511 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
514 /// <summary>
515 /// Proxy for the function SqlServer.RADIANS
516 /// </summary>
517 [EdmFunction("SqlServer", "RADIANS")]
518 public static System.Double? Radians(System.Double? arg)
520 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
523 /// <summary>
524 /// Proxy for the function SqlServer.RAND
525 /// </summary>
526 [EdmFunction("SqlServer", "RAND")]
527 public static System.Double? Rand()
529 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
532 /// <summary>
533 /// Proxy for the function SqlServer.RAND
534 /// </summary>
535 [EdmFunction("SqlServer", "RAND")]
536 public static System.Double? Rand(System.Int32? seed)
538 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
541 /// <summary>
542 /// Proxy for the function SqlServer.SIGN
543 /// </summary>
544 [EdmFunction("SqlServer", "SIGN")]
545 public static System.Int32? Sign(System.Int32? arg)
547 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
550 /// <summary>
551 /// Proxy for the function SqlServer.SIGN
552 /// </summary>
553 [EdmFunction("SqlServer", "SIGN")]
554 public static System.Int64? Sign(System.Int64? arg)
556 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
559 /// <summary>
560 /// Proxy for the function SqlServer.SIGN
561 /// </summary>
562 [EdmFunction("SqlServer", "SIGN")]
563 public static System.Decimal? Sign(System.Decimal? arg)
565 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
568 /// <summary>
569 /// Proxy for the function SqlServer.SIGN
570 /// </summary>
571 [EdmFunction("SqlServer", "SIGN")]
572 public static System.Double? Sign(System.Double? arg)
574 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
577 /// <summary>
578 /// Proxy for the function SqlServer.SIN
579 /// </summary>
580 [EdmFunction("SqlServer", "SIN")]
581 public static System.Double? Sin(System.Decimal? arg)
583 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
586 /// <summary>
587 /// Proxy for the function SqlServer.SIN
588 /// </summary>
589 [EdmFunction("SqlServer", "SIN")]
590 public static System.Double? Sin(System.Double? arg)
592 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
595 /// <summary>
596 /// Proxy for the function SqlServer.SQRT
597 /// </summary>
598 [EdmFunction("SqlServer", "SQRT")]
599 public static System.Double? SquareRoot(System.Double? arg)
601 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
604 /// <summary>
605 /// Proxy for the function SqlServer.SQRT
606 /// </summary>
607 [EdmFunction("SqlServer", "SQRT")]
608 public static System.Double? SquareRoot(System.Decimal? arg)
610 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
613 /// <summary>
614 /// Proxy for the function SqlServer.SQUARE
615 /// </summary>
616 [EdmFunction("SqlServer", "SQUARE")]
617 public static System.Double? Square(System.Double? arg1)
619 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
622 /// <summary>
623 /// Proxy for the function SqlServer.SQUARE
624 /// </summary>
625 [EdmFunction("SqlServer", "SQUARE")]
626 public static System.Double? Square(System.Decimal? arg1)
628 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
631 /// <summary>
632 /// Proxy for the function SqlServer.TAN
633 /// </summary>
634 [EdmFunction("SqlServer", "TAN")]
635 public static System.Double? Tan(System.Double? arg)
637 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
640 /// <summary>
641 /// Proxy for the function SqlServer.TAN
642 /// </summary>
643 [EdmFunction("SqlServer", "TAN")]
644 public static System.Double? Tan(System.Decimal? arg)
646 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
649 /// <summary>
650 /// Proxy for the function SqlServer.DATEADD
651 /// </summary>
652 [EdmFunction("SqlServer", "DATEADD")]
653 public static System.DateTime? DateAdd(System.String datePartArg, System.Double? number, System.DateTime? date)
655 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
658 /// <summary>
659 /// Proxy for the function SqlServer.DATEADD
660 /// </summary>
661 [EdmFunction("SqlServer", "DATEADD")]
662 public static System.TimeSpan? DateAdd(System.String datePartArg, System.Double? number, System.TimeSpan? time)
664 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
667 /// <summary>
668 /// Proxy for the function SqlServer.DATEADD
669 /// </summary>
670 [EdmFunction("SqlServer", "DATEADD")]
671 public static System.DateTimeOffset? DateAdd(System.String datePartArg, System.Double? number, System.DateTimeOffset? dateTimeOffsetArg)
673 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
676 /// <summary>
677 /// Proxy for the function SqlServer.DATEADD
678 /// </summary>
679 [EdmFunction("SqlServer", "DATEADD")]
680 public static System.DateTime? DateAdd(System.String datePartArg, System.Double? number, System.String date)
682 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
685 /// <summary>
686 /// Proxy for the function SqlServer.DATEDIFF
687 /// </summary>
688 [EdmFunction("SqlServer", "DATEDIFF")]
689 public static System.Int32? DateDiff(System.String datePartArg, System.DateTime? startDate, System.DateTime? endDate)
691 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
694 /// <summary>
695 /// Proxy for the function SqlServer.DATEDIFF
696 /// </summary>
697 [EdmFunction("SqlServer", "DATEDIFF")]
698 public static System.Int32? DateDiff(System.String datePartArg, System.DateTimeOffset? startDate, System.DateTimeOffset? endDate)
700 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
703 /// <summary>
704 /// Proxy for the function SqlServer.DATEDIFF
705 /// </summary>
706 [EdmFunction("SqlServer", "DATEDIFF")]
707 public static System.Int32? DateDiff(System.String datePartArg, System.TimeSpan? startDate, System.TimeSpan? endDate)
709 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
712 /// <summary>
713 /// Proxy for the function SqlServer.DATEDIFF
714 /// </summary>
715 [EdmFunction("SqlServer", "DATEDIFF")]
716 public static System.Int32? DateDiff(System.String datePartArg, System.String startDate, System.DateTime? endDate)
718 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
721 /// <summary>
722 /// Proxy for the function SqlServer.DATEDIFF
723 /// </summary>
724 [EdmFunction("SqlServer", "DATEDIFF")]
725 public static System.Int32? DateDiff(System.String datePartArg, System.String startDate, System.DateTimeOffset? endDate)
727 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
730 /// <summary>
731 /// Proxy for the function SqlServer.DATEDIFF
732 /// </summary>
733 [EdmFunction("SqlServer", "DATEDIFF")]
734 public static System.Int32? DateDiff(System.String datePartArg, System.String startDate, System.TimeSpan? endDate)
736 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
739 /// <summary>
740 /// Proxy for the function SqlServer.DATEDIFF
741 /// </summary>
742 [EdmFunction("SqlServer", "DATEDIFF")]
743 public static System.Int32? DateDiff(System.String datePartArg, System.TimeSpan? startDate, System.String endDate)
745 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
748 /// <summary>
749 /// Proxy for the function SqlServer.DATEDIFF
750 /// </summary>
751 [EdmFunction("SqlServer", "DATEDIFF")]
752 public static System.Int32? DateDiff(System.String datePartArg, System.DateTime? startDate, System.String endDate)
754 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
757 /// <summary>
758 /// Proxy for the function SqlServer.DATEDIFF
759 /// </summary>
760 [EdmFunction("SqlServer", "DATEDIFF")]
761 public static System.Int32? DateDiff(System.String datePartArg, System.DateTimeOffset? startDate, System.String endDate)
763 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
766 /// <summary>
767 /// Proxy for the function SqlServer.DATEDIFF
768 /// </summary>
769 [EdmFunction("SqlServer", "DATEDIFF")]
770 public static System.Int32? DateDiff(System.String datePartArg, System.String startDate, System.String endDate)
772 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
775 /// <summary>
776 /// Proxy for the function SqlServer.DATEDIFF
777 /// </summary>
778 [EdmFunction("SqlServer", "DATEDIFF")]
779 public static System.Int32? DateDiff(System.String datePartArg, System.TimeSpan? startDate, System.DateTime? endDate)
781 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
784 /// <summary>
785 /// Proxy for the function SqlServer.DATEDIFF
786 /// </summary>
787 [EdmFunction("SqlServer", "DATEDIFF")]
788 public static System.Int32? DateDiff(System.String datePartArg, System.TimeSpan? startDate, System.DateTimeOffset? endDate)
790 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
793 /// <summary>
794 /// Proxy for the function SqlServer.DATEDIFF
795 /// </summary>
796 [EdmFunction("SqlServer", "DATEDIFF")]
797 public static System.Int32? DateDiff(System.String datePartArg, System.DateTime? startDate, System.TimeSpan? endDate)
799 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
802 /// <summary>
803 /// Proxy for the function SqlServer.DATEDIFF
804 /// </summary>
805 [EdmFunction("SqlServer", "DATEDIFF")]
806 public static System.Int32? DateDiff(System.String datePartArg, System.DateTimeOffset? startDate, System.TimeSpan? endDate)
808 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
811 /// <summary>
812 /// Proxy for the function SqlServer.DATEDIFF
813 /// </summary>
814 [EdmFunction("SqlServer", "DATEDIFF")]
815 public static System.Int32? DateDiff(System.String datePartArg, System.DateTime? startDate, System.DateTimeOffset? endDate)
817 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
820 /// <summary>
821 /// Proxy for the function SqlServer.DATEDIFF
822 /// </summary>
823 [EdmFunction("SqlServer", "DATEDIFF")]
824 public static System.Int32? DateDiff(System.String datePartArg, System.DateTimeOffset? startDate, System.DateTime? endDate)
826 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
829 /// <summary>
830 /// Proxy for the function SqlServer.DATENAME
831 /// </summary>
832 [EdmFunction("SqlServer", "DATENAME")]
833 public static System.String DateName(System.String datePartArg, System.DateTime? date)
835 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
838 /// <summary>
839 /// Proxy for the function SqlServer.DATENAME
840 /// </summary>
841 [EdmFunction("SqlServer", "DATENAME")]
842 public static System.String DateName(System.String datePartArg, System.String date)
844 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
847 /// <summary>
848 /// Proxy for the function SqlServer.DATENAME
849 /// </summary>
850 [EdmFunction("SqlServer", "DATENAME")]
851 public static System.String DateName(System.String datePartArg, System.TimeSpan? date)
853 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
856 /// <summary>
857 /// Proxy for the function SqlServer.DATENAME
858 /// </summary>
859 [EdmFunction("SqlServer", "DATENAME")]
860 public static System.String DateName(System.String datePartArg, System.DateTimeOffset? date)
862 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
865 /// <summary>
866 /// Proxy for the function SqlServer.DATEPART
867 /// </summary>
868 [EdmFunction("SqlServer", "DATEPART")]
869 public static System.Int32? DatePart(System.String datePartArg, System.DateTime? date)
871 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
874 /// <summary>
875 /// Proxy for the function SqlServer.DATEPART
876 /// </summary>
877 [EdmFunction("SqlServer", "DATEPART")]
878 public static System.Int32? DatePart(System.String datePartArg, System.DateTimeOffset? date)
880 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
883 /// <summary>
884 /// Proxy for the function SqlServer.DATEPART
885 /// </summary>
886 [EdmFunction("SqlServer", "DATEPART")]
887 public static System.Int32? DatePart(System.String datePartArg, System.String date)
889 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
892 /// <summary>
893 /// Proxy for the function SqlServer.DATEPART
894 /// </summary>
895 [EdmFunction("SqlServer", "DATEPART")]
896 public static System.Int32? DatePart(System.String datePartArg, System.TimeSpan? date)
898 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
901 /// <summary>
902 /// Proxy for the function SqlServer.GETDATE
903 /// </summary>
904 [EdmFunction("SqlServer", "GETDATE")]
905 public static System.DateTime? GetDate()
907 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
910 /// <summary>
911 /// Proxy for the function SqlServer.GETUTCDATE
912 /// </summary>
913 [EdmFunction("SqlServer", "GETUTCDATE")]
914 public static System.DateTime? GetUtcDate()
916 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
919 /// <summary>
920 /// Proxy for the function SqlServer.DATALENGTH
921 /// </summary>
922 [EdmFunction("SqlServer", "DATALENGTH")]
923 public static System.Int32? DataLength(System.Boolean? arg)
925 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
928 /// <summary>
929 /// Proxy for the function SqlServer.DATALENGTH
930 /// </summary>
931 [EdmFunction("SqlServer", "DATALENGTH")]
932 public static System.Int32? DataLength(System.Double? arg)
934 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
937 /// <summary>
938 /// Proxy for the function SqlServer.DATALENGTH
939 /// </summary>
940 [EdmFunction("SqlServer", "DATALENGTH")]
941 public static System.Int32? DataLength(System.Decimal? arg)
943 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
946 /// <summary>
947 /// Proxy for the function SqlServer.DATALENGTH
948 /// </summary>
949 [EdmFunction("SqlServer", "DATALENGTH")]
950 public static System.Int32? DataLength(System.DateTime? arg)
952 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
955 /// <summary>
956 /// Proxy for the function SqlServer.DATALENGTH
957 /// </summary>
958 [EdmFunction("SqlServer", "DATALENGTH")]
959 public static System.Int32? DataLength(System.TimeSpan? arg)
961 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
964 /// <summary>
965 /// Proxy for the function SqlServer.DATALENGTH
966 /// </summary>
967 [EdmFunction("SqlServer", "DATALENGTH")]
968 public static System.Int32? DataLength(System.DateTimeOffset? arg)
970 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
973 /// <summary>
974 /// Proxy for the function SqlServer.DATALENGTH
975 /// </summary>
976 [EdmFunction("SqlServer", "DATALENGTH")]
977 public static System.Int32? DataLength(System.String arg)
979 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
982 /// <summary>
983 /// Proxy for the function SqlServer.DATALENGTH
984 /// </summary>
985 [EdmFunction("SqlServer", "DATALENGTH")]
986 public static System.Int32? DataLength(System.Byte[] arg)
988 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
991 /// <summary>
992 /// Proxy for the function SqlServer.DATALENGTH
993 /// </summary>
994 [EdmFunction("SqlServer", "DATALENGTH")]
995 public static System.Int32? DataLength(System.Guid? arg)
997 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1000 /// <summary>
1001 /// Proxy for the function SqlServer.CHECKSUM
1002 /// </summary>
1003 [EdmFunction("SqlServer", "CHECKSUM")]
1004 public static System.Int32? Checksum(System.Boolean? arg1)
1006 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1009 /// <summary>
1010 /// Proxy for the function SqlServer.CHECKSUM
1011 /// </summary>
1012 [EdmFunction("SqlServer", "CHECKSUM")]
1013 public static System.Int32? Checksum(System.Double? arg1)
1015 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1018 /// <summary>
1019 /// Proxy for the function SqlServer.CHECKSUM
1020 /// </summary>
1021 [EdmFunction("SqlServer", "CHECKSUM")]
1022 public static System.Int32? Checksum(System.Decimal? arg1)
1024 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1027 /// <summary>
1028 /// Proxy for the function SqlServer.CHECKSUM
1029 /// </summary>
1030 [EdmFunction("SqlServer", "CHECKSUM")]
1031 public static System.Int32? Checksum(System.String arg1)
1033 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1036 /// <summary>
1037 /// Proxy for the function SqlServer.CHECKSUM
1038 /// </summary>
1039 [EdmFunction("SqlServer", "CHECKSUM")]
1040 public static System.Int32? Checksum(System.DateTime? arg1)
1042 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1045 /// <summary>
1046 /// Proxy for the function SqlServer.CHECKSUM
1047 /// </summary>
1048 [EdmFunction("SqlServer", "CHECKSUM")]
1049 public static System.Int32? Checksum(System.TimeSpan? arg1)
1051 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1054 /// <summary>
1055 /// Proxy for the function SqlServer.CHECKSUM
1056 /// </summary>
1057 [EdmFunction("SqlServer", "CHECKSUM")]
1058 public static System.Int32? Checksum(System.DateTimeOffset? arg1)
1060 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1063 /// <summary>
1064 /// Proxy for the function SqlServer.CHECKSUM
1065 /// </summary>
1066 [EdmFunction("SqlServer", "CHECKSUM")]
1067 public static System.Int32? Checksum(System.Byte[] arg1)
1069 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1072 /// <summary>
1073 /// Proxy for the function SqlServer.CHECKSUM
1074 /// </summary>
1075 [EdmFunction("SqlServer", "CHECKSUM")]
1076 public static System.Int32? Checksum(System.Guid? arg1)
1078 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1081 /// <summary>
1082 /// Proxy for the function SqlServer.CHECKSUM
1083 /// </summary>
1084 [EdmFunction("SqlServer", "CHECKSUM")]
1085 public static System.Int32? Checksum(System.Boolean? arg1, System.Boolean? arg2)
1087 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1090 /// <summary>
1091 /// Proxy for the function SqlServer.CHECKSUM
1092 /// </summary>
1093 [EdmFunction("SqlServer", "CHECKSUM")]
1094 public static System.Int32? Checksum(System.Double? arg1, System.Double? arg2)
1096 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1099 /// <summary>
1100 /// Proxy for the function SqlServer.CHECKSUM
1101 /// </summary>
1102 [EdmFunction("SqlServer", "CHECKSUM")]
1103 public static System.Int32? Checksum(System.Decimal? arg1, System.Decimal? arg2)
1105 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1108 /// <summary>
1109 /// Proxy for the function SqlServer.CHECKSUM
1110 /// </summary>
1111 [EdmFunction("SqlServer", "CHECKSUM")]
1112 public static System.Int32? Checksum(System.String arg1, System.String arg2)
1114 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1117 /// <summary>
1118 /// Proxy for the function SqlServer.CHECKSUM
1119 /// </summary>
1120 [EdmFunction("SqlServer", "CHECKSUM")]
1121 public static System.Int32? Checksum(System.DateTime? arg1, System.DateTime? arg2)
1123 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1126 /// <summary>
1127 /// Proxy for the function SqlServer.CHECKSUM
1128 /// </summary>
1129 [EdmFunction("SqlServer", "CHECKSUM")]
1130 public static System.Int32? Checksum(System.TimeSpan? arg1, System.TimeSpan? arg2)
1132 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1135 /// <summary>
1136 /// Proxy for the function SqlServer.CHECKSUM
1137 /// </summary>
1138 [EdmFunction("SqlServer", "CHECKSUM")]
1139 public static System.Int32? Checksum(System.DateTimeOffset? arg1, System.DateTimeOffset? arg2)
1141 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1144 /// <summary>
1145 /// Proxy for the function SqlServer.CHECKSUM
1146 /// </summary>
1147 [EdmFunction("SqlServer", "CHECKSUM")]
1148 public static System.Int32? Checksum(System.Byte[] arg1, System.Byte[] arg2)
1150 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1153 /// <summary>
1154 /// Proxy for the function SqlServer.CHECKSUM
1155 /// </summary>
1156 [EdmFunction("SqlServer", "CHECKSUM")]
1157 public static System.Int32? Checksum(System.Guid? arg1, System.Guid? arg2)
1159 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1162 /// <summary>
1163 /// Proxy for the function SqlServer.CHECKSUM
1164 /// </summary>
1165 [EdmFunction("SqlServer", "CHECKSUM")]
1166 public static System.Int32? Checksum(System.Boolean? arg1, System.Boolean? arg2, System.Boolean? arg3)
1168 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1171 /// <summary>
1172 /// Proxy for the function SqlServer.CHECKSUM
1173 /// </summary>
1174 [EdmFunction("SqlServer", "CHECKSUM")]
1175 public static System.Int32? Checksum(System.Double? arg1, System.Double? arg2, System.Double? arg3)
1177 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1180 /// <summary>
1181 /// Proxy for the function SqlServer.CHECKSUM
1182 /// </summary>
1183 [EdmFunction("SqlServer", "CHECKSUM")]
1184 public static System.Int32? Checksum(System.Decimal? arg1, System.Decimal? arg2, System.Decimal? arg3)
1186 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1189 /// <summary>
1190 /// Proxy for the function SqlServer.CHECKSUM
1191 /// </summary>
1192 [EdmFunction("SqlServer", "CHECKSUM")]
1193 public static System.Int32? Checksum(System.String arg1, System.String arg2, System.String arg3)
1195 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1198 /// <summary>
1199 /// Proxy for the function SqlServer.CHECKSUM
1200 /// </summary>
1201 [EdmFunction("SqlServer", "CHECKSUM")]
1202 public static System.Int32? Checksum(System.DateTime? arg1, System.DateTime? arg2, System.DateTime? arg3)
1204 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1207 /// <summary>
1208 /// Proxy for the function SqlServer.CHECKSUM
1209 /// </summary>
1210 [EdmFunction("SqlServer", "CHECKSUM")]
1211 public static System.Int32? Checksum(System.DateTimeOffset? arg1, System.DateTimeOffset? arg2, System.DateTimeOffset? arg3)
1213 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1216 /// <summary>
1217 /// Proxy for the function SqlServer.CHECKSUM
1218 /// </summary>
1219 [EdmFunction("SqlServer", "CHECKSUM")]
1220 public static System.Int32? Checksum(System.TimeSpan? arg1, System.TimeSpan? arg2, System.TimeSpan? arg3)
1222 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1225 /// <summary>
1226 /// Proxy for the function SqlServer.CHECKSUM
1227 /// </summary>
1228 [EdmFunction("SqlServer", "CHECKSUM")]
1229 public static System.Int32? Checksum(System.Byte[] arg1, System.Byte[] arg2, System.Byte[] arg3)
1231 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1234 /// <summary>
1235 /// Proxy for the function SqlServer.CHECKSUM
1236 /// </summary>
1237 [EdmFunction("SqlServer", "CHECKSUM")]
1238 public static System.Int32? Checksum(System.Guid? arg1, System.Guid? arg2, System.Guid? arg3)
1240 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1243 /// <summary>
1244 /// Proxy for the function SqlServer.CURRENT_TIMESTAMP
1245 /// </summary>
1246 [EdmFunction("SqlServer", "CURRENT_TIMESTAMP")]
1247 public static System.DateTime? CurrentTimestamp()
1249 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1252 /// <summary>
1253 /// Proxy for the function SqlServer.CURRENT_USER
1254 /// </summary>
1255 [EdmFunction("SqlServer", "CURRENT_USER")]
1256 public static System.String CurrentUser()
1258 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1261 /// <summary>
1262 /// Proxy for the function SqlServer.HOST_NAME
1263 /// </summary>
1264 [EdmFunction("SqlServer", "HOST_NAME")]
1265 public static System.String HostName()
1267 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1270 /// <summary>
1271 /// Proxy for the function SqlServer.USER_NAME
1272 /// </summary>
1273 [EdmFunction("SqlServer", "USER_NAME")]
1274 public static System.String UserName(System.Int32? arg)
1276 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1279 /// <summary>
1280 /// Proxy for the function SqlServer.USER_NAME
1281 /// </summary>
1282 [EdmFunction("SqlServer", "USER_NAME")]
1283 public static System.String UserName()
1285 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1288 /// <summary>
1289 /// Proxy for the function SqlServer.ISNUMERIC
1290 /// </summary>
1291 [EdmFunction("SqlServer", "ISNUMERIC")]
1292 public static System.Int32? IsNumeric(System.String arg)
1294 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1297 /// <summary>
1298 /// Proxy for the function SqlServer.ISDATE
1299 /// </summary>
1300 [EdmFunction("SqlServer", "ISDATE")]
1301 public static System.Int32? IsDate(System.String arg)
1303 throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);