Updates referencesource to .NET 4.7
[mono.git] / mcs / class / referencesource / System.Data.Entity / System / Data / Objects / SqlClient / SqlFunctions.cs
1 //------------------------------------------------------------------------------
2 // <copyright file="SqlFunctions.cs company="Microsoft">
3 //      Copyright (c) Microsoft Corporation.  All rights reserved.
4 // </copyright>
5
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>
12
13 // @owner    Microsoft
14 // @backupOwner Microsoft
15 //------------------------------------------------------------------------------
16
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;
23
24 namespace System.Data.Objects.SqlClient
25 {
26     /// <summary>
27     /// Contains function stubs that expose SqlServer methods in Linq to Entities.
28     /// </summary>
29     public static class SqlFunctions
30     {
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)
36         {
37             ObjectQuery<System.Int32> objectQuerySource = arg as ObjectQuery<System.Int32>;
38             if (objectQuerySource != null)
39             {
40                 return ((IQueryable)objectQuerySource).Provider.Execute<System.Int32?>(Expression.Call((MethodInfo)MethodInfo.GetCurrentMethod(),Expression.Constant(arg)));
41             }
42             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
43         }
44
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)
50         {
51             ObjectQuery<System.Int32?> objectQuerySource = arg as ObjectQuery<System.Int32?>;
52             if (objectQuerySource != null)
53             {
54                 return ((IQueryable)objectQuerySource).Provider.Execute<System.Int32?>(Expression.Call((MethodInfo)MethodInfo.GetCurrentMethod(),Expression.Constant(arg)));
55             }
56             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
57         }
58
59         /// <summary>
60         /// Proxy for the function SqlServer.ASCII
61         /// </summary>
62         [EdmFunction("SqlServer", "ASCII")]
63         public static System.Int32? Ascii(System.String arg)
64         {
65             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
66         }
67
68         /// <summary>
69         /// Proxy for the function SqlServer.CHAR
70         /// </summary>
71         [EdmFunction("SqlServer", "CHAR")]
72         public static System.String Char(System.Int32? arg)
73         {
74             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
75         }
76
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)
82         {
83             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
84         }
85
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)
91         {
92             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
93         }
94
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)
100         {
101             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
102         }
103
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)
109         {
110             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
111         }
112
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)
118         {
119             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
120         }
121
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)
127         {
128             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
129         }
130
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)
137         {
138             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
139         }
140
141         /// <summary>
142         /// Proxy for the function SqlServer.NCHAR
143         /// </summary>
144         [EdmFunction("SqlServer", "NCHAR")]
145         public static System.String NChar(System.Int32? arg)
146         {
147             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
148         }
149
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)
156         {
157             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
158         }
159
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)
166         {
167             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
168         }
169
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)
176         {
177             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
178         }
179
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)
185         {
186             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
187         }
188
189         /// <summary>
190         /// Proxy for the function SqlServer.SOUNDEX
191         /// </summary>
192         [EdmFunction("SqlServer", "SOUNDEX")]
193         public static System.String SoundCode(System.String arg)
194         {
195             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
196         }
197
198         /// <summary>
199         /// Proxy for the function SqlServer.SPACE
200         /// </summary>
201         [EdmFunction("SqlServer", "SPACE")]
202         public static System.String Space(System.Int32? arg1)
203         {
204             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
205         }
206
207         /// <summary>
208         /// Proxy for the function SqlServer.STR
209         /// </summary>
210         [EdmFunction("SqlServer", "STR")]
211         public static System.String StringConvert(System.Double? number)
212         {
213             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
214         }
215
216         /// <summary>
217         /// Proxy for the function SqlServer.STR
218         /// </summary>
219         [EdmFunction("SqlServer", "STR")]
220         public static System.String StringConvert(System.Decimal? number)
221         {
222             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
223         }
224
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)
230         {
231             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
232         }
233
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)
239         {
240             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
241         }
242
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)
248         {
249             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
250         }
251
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)
257         {
258             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
259         }
260
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)
267         {
268             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
269         }
270
271         /// <summary>
272         /// Proxy for the function SqlServer.UNICODE
273         /// </summary>
274         [EdmFunction("SqlServer", "UNICODE")]
275         public static System.Int32? Unicode(System.String arg)
276         {
277             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
278         }
279
280         /// <summary>
281         /// Proxy for the function SqlServer.ACOS
282         /// </summary>
283         [EdmFunction("SqlServer", "ACOS")]
284         public static System.Double? Acos(System.Double? arg1)
285         {
286             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
287         }
288
289         /// <summary>
290         /// Proxy for the function SqlServer.ACOS
291         /// </summary>
292         [EdmFunction("SqlServer", "ACOS")]
293         public static System.Double? Acos(System.Decimal? arg1)
294         {
295             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
296         }
297
298         /// <summary>
299         /// Proxy for the function SqlServer.ASIN
300         /// </summary>
301         [EdmFunction("SqlServer", "ASIN")]
302         public static System.Double? Asin(System.Double? arg)
303         {
304             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
305         }
306
307         /// <summary>
308         /// Proxy for the function SqlServer.ASIN
309         /// </summary>
310         [EdmFunction("SqlServer", "ASIN")]
311         public static System.Double? Asin(System.Decimal? arg)
312         {
313             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
314         }
315
316         /// <summary>
317         /// Proxy for the function SqlServer.ATAN
318         /// </summary>
319         [EdmFunction("SqlServer", "ATAN")]
320         public static System.Double? Atan(System.Double? arg)
321         {
322             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
323         }
324
325         /// <summary>
326         /// Proxy for the function SqlServer.ATAN
327         /// </summary>
328         [EdmFunction("SqlServer", "ATAN")]
329         public static System.Double? Atan(System.Decimal? arg)
330         {
331             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
332         }
333
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)
339         {
340             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
341         }
342
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)
348         {
349             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
350         }
351
352         /// <summary>
353         /// Proxy for the function SqlServer.COS
354         /// </summary>
355         [EdmFunction("SqlServer", "COS")]
356         public static System.Double? Cos(System.Double? arg)
357         {
358             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
359         }
360
361         /// <summary>
362         /// Proxy for the function SqlServer.COS
363         /// </summary>
364         [EdmFunction("SqlServer", "COS")]
365         public static System.Double? Cos(System.Decimal? arg)
366         {
367             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
368         }
369
370         /// <summary>
371         /// Proxy for the function SqlServer.COT
372         /// </summary>
373         [EdmFunction("SqlServer", "COT")]
374         public static System.Double? Cot(System.Double? arg)
375         {
376             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
377         }
378
379         /// <summary>
380         /// Proxy for the function SqlServer.COT
381         /// </summary>
382         [EdmFunction("SqlServer", "COT")]
383         public static System.Double? Cot(System.Decimal? arg)
384         {
385             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
386         }
387
388         /// <summary>
389         /// Proxy for the function SqlServer.DEGREES
390         /// </summary>
391         [EdmFunction("SqlServer", "DEGREES")]
392         public static System.Int32? Degrees(System.Int32? arg1)
393         {
394             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
395         }
396
397         /// <summary>
398         /// Proxy for the function SqlServer.DEGREES
399         /// </summary>
400         [EdmFunction("SqlServer", "DEGREES")]
401         public static System.Int64? Degrees(System.Int64? arg1)
402         {
403             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
404         }
405
406         /// <summary>
407         /// Proxy for the function SqlServer.DEGREES
408         /// </summary>
409         [EdmFunction("SqlServer", "DEGREES")]
410         public static System.Decimal? Degrees(System.Decimal? arg1)
411         {
412             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
413         }
414
415         /// <summary>
416         /// Proxy for the function SqlServer.DEGREES
417         /// </summary>
418         [EdmFunction("SqlServer", "DEGREES")]
419         public static System.Double? Degrees(System.Double? arg1)
420         {
421             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
422         }
423
424         /// <summary>
425         /// Proxy for the function SqlServer.EXP
426         /// </summary>
427         [EdmFunction("SqlServer", "EXP")]
428         public static System.Double? Exp(System.Double? arg)
429         {
430             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
431         }
432
433         /// <summary>
434         /// Proxy for the function SqlServer.EXP
435         /// </summary>
436         [EdmFunction("SqlServer", "EXP")]
437         public static System.Double? Exp(System.Decimal? arg)
438         {
439             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
440         }
441
442         /// <summary>
443         /// Proxy for the function SqlServer.LOG
444         /// </summary>
445         [EdmFunction("SqlServer", "LOG")]
446         public static System.Double? Log(System.Double? arg)
447         {
448             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
449         }
450
451         /// <summary>
452         /// Proxy for the function SqlServer.LOG
453         /// </summary>
454         [EdmFunction("SqlServer", "LOG")]
455         public static System.Double? Log(System.Decimal? arg)
456         {
457             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
458         }
459
460         /// <summary>
461         /// Proxy for the function SqlServer.LOG10
462         /// </summary>
463         [EdmFunction("SqlServer", "LOG10")]
464         public static System.Double? Log10(System.Double? arg)
465         {
466             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
467         }
468
469         /// <summary>
470         /// Proxy for the function SqlServer.LOG10
471         /// </summary>
472         [EdmFunction("SqlServer", "LOG10")]
473         public static System.Double? Log10(System.Decimal? arg)
474         {
475             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
476         }
477
478         /// <summary>
479         /// Proxy for the function SqlServer.PI
480         /// </summary>
481         [EdmFunction("SqlServer", "PI")]
482         public static System.Double? Pi()
483         {
484             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
485         }
486
487         /// <summary>
488         /// Proxy for the function SqlServer.RADIANS
489         /// </summary>
490         [EdmFunction("SqlServer", "RADIANS")]
491         public static System.Int32? Radians(System.Int32? arg)
492         {
493             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
494         }
495
496         /// <summary>
497         /// Proxy for the function SqlServer.RADIANS
498         /// </summary>
499         [EdmFunction("SqlServer", "RADIANS")]
500         public static System.Int64? Radians(System.Int64? arg)
501         {
502             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
503         }
504
505         /// <summary>
506         /// Proxy for the function SqlServer.RADIANS
507         /// </summary>
508         [EdmFunction("SqlServer", "RADIANS")]
509         public static System.Decimal? Radians(System.Decimal? arg)
510         {
511             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
512         }
513
514         /// <summary>
515         /// Proxy for the function SqlServer.RADIANS
516         /// </summary>
517         [EdmFunction("SqlServer", "RADIANS")]
518         public static System.Double? Radians(System.Double? arg)
519         {
520             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
521         }
522
523         /// <summary>
524         /// Proxy for the function SqlServer.RAND
525         /// </summary>
526         [EdmFunction("SqlServer", "RAND")]
527         public static System.Double? Rand()
528         {
529             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
530         }
531
532         /// <summary>
533         /// Proxy for the function SqlServer.RAND
534         /// </summary>
535         [EdmFunction("SqlServer", "RAND")]
536         public static System.Double? Rand(System.Int32? seed)
537         {
538             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
539         }
540
541         /// <summary>
542         /// Proxy for the function SqlServer.SIGN
543         /// </summary>
544         [EdmFunction("SqlServer", "SIGN")]
545         public static System.Int32? Sign(System.Int32? arg)
546         {
547             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
548         }
549
550         /// <summary>
551         /// Proxy for the function SqlServer.SIGN
552         /// </summary>
553         [EdmFunction("SqlServer", "SIGN")]
554         public static System.Int64? Sign(System.Int64? arg)
555         {
556             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
557         }
558
559         /// <summary>
560         /// Proxy for the function SqlServer.SIGN
561         /// </summary>
562         [EdmFunction("SqlServer", "SIGN")]
563         public static System.Decimal? Sign(System.Decimal? arg)
564         {
565             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
566         }
567
568         /// <summary>
569         /// Proxy for the function SqlServer.SIGN
570         /// </summary>
571         [EdmFunction("SqlServer", "SIGN")]
572         public static System.Double? Sign(System.Double? arg)
573         {
574             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
575         }
576
577         /// <summary>
578         /// Proxy for the function SqlServer.SIN
579         /// </summary>
580         [EdmFunction("SqlServer", "SIN")]
581         public static System.Double? Sin(System.Decimal? arg)
582         {
583             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
584         }
585
586         /// <summary>
587         /// Proxy for the function SqlServer.SIN
588         /// </summary>
589         [EdmFunction("SqlServer", "SIN")]
590         public static System.Double? Sin(System.Double? arg)
591         {
592             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
593         }
594
595         /// <summary>
596         /// Proxy for the function SqlServer.SQRT
597         /// </summary>
598         [EdmFunction("SqlServer", "SQRT")]
599         public static System.Double? SquareRoot(System.Double? arg)
600         {
601             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
602         }
603
604         /// <summary>
605         /// Proxy for the function SqlServer.SQRT
606         /// </summary>
607         [EdmFunction("SqlServer", "SQRT")]
608         public static System.Double? SquareRoot(System.Decimal? arg)
609         {
610             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
611         }
612
613         /// <summary>
614         /// Proxy for the function SqlServer.SQUARE
615         /// </summary>
616         [EdmFunction("SqlServer", "SQUARE")]
617         public static System.Double? Square(System.Double? arg1)
618         {
619             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
620         }
621
622         /// <summary>
623         /// Proxy for the function SqlServer.SQUARE
624         /// </summary>
625         [EdmFunction("SqlServer", "SQUARE")]
626         public static System.Double? Square(System.Decimal? arg1)
627         {
628             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
629         }
630
631         /// <summary>
632         /// Proxy for the function SqlServer.TAN
633         /// </summary>
634         [EdmFunction("SqlServer", "TAN")]
635         public static System.Double? Tan(System.Double? arg)
636         {
637             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
638         }
639
640         /// <summary>
641         /// Proxy for the function SqlServer.TAN
642         /// </summary>
643         [EdmFunction("SqlServer", "TAN")]
644         public static System.Double? Tan(System.Decimal? arg)
645         {
646             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
647         }
648
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)
654         {
655             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
656         }
657
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)
663         {
664             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
665         }
666
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)
672         {
673             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
674         }
675
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)
681         {
682             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
683         }
684
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)
690         {
691             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
692         }
693
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)
699         {
700             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
701         }
702
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)
708         {
709             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
710         }
711
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)
717         {
718             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
719         }
720
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)
726         {
727             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
728         }
729
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)
735         {
736             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
737         }
738
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)
744         {
745             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
746         }
747
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)
753         {
754             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
755         }
756
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)
762         {
763             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
764         }
765
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)
771         {
772             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
773         }
774
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)
780         {
781             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
782         }
783
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)
789         {
790             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
791         }
792
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)
798         {
799             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
800         }
801
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)
807         {
808             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
809         }
810
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)
816         {
817             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
818         }
819
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)
825         {
826             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
827         }
828
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)
834         {
835             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
836         }
837
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)
843         {
844             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
845         }
846
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)
852         {
853             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
854         }
855
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)
861         {
862             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
863         }
864
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)
870         {
871             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
872         }
873
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)
879         {
880             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
881         }
882
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)
888         {
889             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
890         }
891
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)
897         {
898             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
899         }
900
901         /// <summary>
902         /// Proxy for the function SqlServer.GETDATE
903         /// </summary>
904         [EdmFunction("SqlServer", "GETDATE")]
905         public static System.DateTime? GetDate()
906         {
907             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
908         }
909
910         /// <summary>
911         /// Proxy for the function SqlServer.GETUTCDATE
912         /// </summary>
913         [EdmFunction("SqlServer", "GETUTCDATE")]
914         public static System.DateTime? GetUtcDate()
915         {
916             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
917         }
918
919         /// <summary>
920         /// Proxy for the function SqlServer.DATALENGTH
921         /// </summary>
922         [EdmFunction("SqlServer", "DATALENGTH")]
923         public static System.Int32? DataLength(System.Boolean? arg)
924         {
925             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
926         }
927
928         /// <summary>
929         /// Proxy for the function SqlServer.DATALENGTH
930         /// </summary>
931         [EdmFunction("SqlServer", "DATALENGTH")]
932         public static System.Int32? DataLength(System.Double? arg)
933         {
934             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
935         }
936
937         /// <summary>
938         /// Proxy for the function SqlServer.DATALENGTH
939         /// </summary>
940         [EdmFunction("SqlServer", "DATALENGTH")]
941         public static System.Int32? DataLength(System.Decimal? arg)
942         {
943             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
944         }
945
946         /// <summary>
947         /// Proxy for the function SqlServer.DATALENGTH
948         /// </summary>
949         [EdmFunction("SqlServer", "DATALENGTH")]
950         public static System.Int32? DataLength(System.DateTime? arg)
951         {
952             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
953         }
954
955         /// <summary>
956         /// Proxy for the function SqlServer.DATALENGTH
957         /// </summary>
958         [EdmFunction("SqlServer", "DATALENGTH")]
959         public static System.Int32? DataLength(System.TimeSpan? arg)
960         {
961             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
962         }
963
964         /// <summary>
965         /// Proxy for the function SqlServer.DATALENGTH
966         /// </summary>
967         [EdmFunction("SqlServer", "DATALENGTH")]
968         public static System.Int32? DataLength(System.DateTimeOffset? arg)
969         {
970             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
971         }
972
973         /// <summary>
974         /// Proxy for the function SqlServer.DATALENGTH
975         /// </summary>
976         [EdmFunction("SqlServer", "DATALENGTH")]
977         public static System.Int32? DataLength(System.String arg)
978         {
979             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
980         }
981
982         /// <summary>
983         /// Proxy for the function SqlServer.DATALENGTH
984         /// </summary>
985         [EdmFunction("SqlServer", "DATALENGTH")]
986         public static System.Int32? DataLength(System.Byte[] arg)
987         {
988             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
989         }
990
991         /// <summary>
992         /// Proxy for the function SqlServer.DATALENGTH
993         /// </summary>
994         [EdmFunction("SqlServer", "DATALENGTH")]
995         public static System.Int32? DataLength(System.Guid? arg)
996         {
997             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
998         }
999
1000         /// <summary>
1001         /// Proxy for the function SqlServer.CHECKSUM
1002         /// </summary>
1003         [EdmFunction("SqlServer", "CHECKSUM")]
1004         public static System.Int32? Checksum(System.Boolean? arg1)
1005         {
1006             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1007         }
1008
1009         /// <summary>
1010         /// Proxy for the function SqlServer.CHECKSUM
1011         /// </summary>
1012         [EdmFunction("SqlServer", "CHECKSUM")]
1013         public static System.Int32? Checksum(System.Double? arg1)
1014         {
1015             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1016         }
1017
1018         /// <summary>
1019         /// Proxy for the function SqlServer.CHECKSUM
1020         /// </summary>
1021         [EdmFunction("SqlServer", "CHECKSUM")]
1022         public static System.Int32? Checksum(System.Decimal? arg1)
1023         {
1024             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1025         }
1026
1027         /// <summary>
1028         /// Proxy for the function SqlServer.CHECKSUM
1029         /// </summary>
1030         [EdmFunction("SqlServer", "CHECKSUM")]
1031         public static System.Int32? Checksum(System.String arg1)
1032         {
1033             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1034         }
1035
1036         /// <summary>
1037         /// Proxy for the function SqlServer.CHECKSUM
1038         /// </summary>
1039         [EdmFunction("SqlServer", "CHECKSUM")]
1040         public static System.Int32? Checksum(System.DateTime? arg1)
1041         {
1042             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1043         }
1044
1045         /// <summary>
1046         /// Proxy for the function SqlServer.CHECKSUM
1047         /// </summary>
1048         [EdmFunction("SqlServer", "CHECKSUM")]
1049         public static System.Int32? Checksum(System.TimeSpan? arg1)
1050         {
1051             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1052         }
1053
1054         /// <summary>
1055         /// Proxy for the function SqlServer.CHECKSUM
1056         /// </summary>
1057         [EdmFunction("SqlServer", "CHECKSUM")]
1058         public static System.Int32? Checksum(System.DateTimeOffset? arg1)
1059         {
1060             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1061         }
1062
1063         /// <summary>
1064         /// Proxy for the function SqlServer.CHECKSUM
1065         /// </summary>
1066         [EdmFunction("SqlServer", "CHECKSUM")]
1067         public static System.Int32? Checksum(System.Byte[] arg1)
1068         {
1069             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1070         }
1071
1072         /// <summary>
1073         /// Proxy for the function SqlServer.CHECKSUM
1074         /// </summary>
1075         [EdmFunction("SqlServer", "CHECKSUM")]
1076         public static System.Int32? Checksum(System.Guid? arg1)
1077         {
1078             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1079         }
1080
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)
1086         {
1087             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1088         }
1089
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)
1095         {
1096             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1097         }
1098
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)
1104         {
1105             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1106         }
1107
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)
1113         {
1114             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1115         }
1116
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)
1122         {
1123             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1124         }
1125
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)
1131         {
1132             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1133         }
1134
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)
1140         {
1141             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1142         }
1143
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)
1149         {
1150             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1151         }
1152
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)
1158         {
1159             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1160         }
1161
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)
1167         {
1168             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1169         }
1170
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)
1176         {
1177             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1178         }
1179
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)
1185         {
1186             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1187         }
1188
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)
1194         {
1195             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1196         }
1197
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)
1203         {
1204             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1205         }
1206
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)
1212         {
1213             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1214         }
1215
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)
1221         {
1222             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1223         }
1224
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)
1230         {
1231             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1232         }
1233
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)
1239         {
1240             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1241         }
1242
1243         /// <summary>
1244         /// Proxy for the function SqlServer.CURRENT_TIMESTAMP
1245         /// </summary>
1246         [EdmFunction("SqlServer", "CURRENT_TIMESTAMP")]
1247         public static System.DateTime? CurrentTimestamp()
1248         {
1249             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1250         }
1251
1252         /// <summary>
1253         /// Proxy for the function SqlServer.CURRENT_USER
1254         /// </summary>
1255         [EdmFunction("SqlServer", "CURRENT_USER")]
1256         public static System.String CurrentUser()
1257         {
1258             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1259         }
1260
1261         /// <summary>
1262         /// Proxy for the function SqlServer.HOST_NAME
1263         /// </summary>
1264         [EdmFunction("SqlServer", "HOST_NAME")]
1265         public static System.String HostName()
1266         {
1267             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1268         }
1269
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)
1275         {
1276             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1277         }
1278
1279         /// <summary>
1280         /// Proxy for the function SqlServer.USER_NAME
1281         /// </summary>
1282         [EdmFunction("SqlServer", "USER_NAME")]
1283         public static System.String UserName()
1284         {
1285             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1286         }
1287
1288         /// <summary>
1289         /// Proxy for the function SqlServer.ISNUMERIC
1290         /// </summary>
1291         [EdmFunction("SqlServer", "ISNUMERIC")]
1292         public static System.Int32? IsNumeric(System.String arg)
1293         {
1294             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1295         }
1296
1297         /// <summary>
1298         /// Proxy for the function SqlServer.ISDATE
1299         /// </summary>
1300         [EdmFunction("SqlServer", "ISDATE")]
1301         public static System.Int32? IsDate(System.String arg)
1302         {
1303             throw EntityUtil.NotSupported(System.Data.Entity.Strings.ELinq_EdmFunctionDirectCall);
1304         }
1305
1306     }
1307 }