FromSSDLGeneration Generates .cdsl, and .msl, files. Requires the /inssdl argument and
either a /p argument or /outcsdl, /outmsl, /outobjectlayer,
/outviews, and /entitycontainer arguments.
EntityClassGeneration Creates a source code file that contains generated classes from the
.csdl file. Requires the /incsdl argument and either a /p or
/outobjectlayer argument.
ViewGeneration Creates a source code file containing views generated from the .ssdl,
.csdl, and .msl files. Requires the /inssdl, /incsdl, /inmsl, and
either the /p or /outviews arguments.
Along with the modes, you can specify one or more of the following options.
Option Description
/p[roject]: String value that specifies the object name.
/prov[ider]: String value that specifies the name of the ADO.NET data provider. The
default is System.Data.Sqlclient (the .NET Framework Data Provider
for SQL Server).
/c[onnection]: String value that specifies the string used to connect to the data source.
/incsdl: Specifies the .csdl file or a directory where the .csdl files are located.
Pages:
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532