Argument can be specified multiple times.
/refcsdl: Specifies additional .csdl files used to resolve .csdl source file references
specified by the /incsdl option.
/inmsl: Specifies the .msl file or a directory where the .msl files are located.
Argument can be specified multiple times.
/inssdl: Specifies the .ssdl file or a directory where the .ssdl file is located.
/outcsdl: Specifies the name of the .csdl file to be created.
/outmsl: Specifies the name of the .msl file to be created.
/outssdl: Specifies the name of the .ssdl file to be created.
/outobjectlayer: Specifies the name of the source code file containing the generated objects
fro the .csdl file.
343
Appendix B: LINQ to Entities: The ADO.NET Entity Framework
Option Description
/outviews: Specifies the name of the source code file containing the generated views.
/language: Specifies the language for the generated source code files. Options are VB
and C#. Default is C#.
/namespace: Specifies the namespace to use and set in the .csdl file when running in
FullGeneration or FromSSDLGeneration mode.
Pages:
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533