R
Rob Brown
Is there a way to get the .NET framework to generate a cs file
associated with a schema other than when the DataSet is modified?
Since the cs file is automatically generated based on the schema,
there is a discussion going on at work regarding whether this file
should be placed under source control, or generated each time the
projects are built.
The issue is, we don't know if it's even possible to generate the cs
file at build time versus editing the DataSet.
Thanks (hope I'm clear).
Rob
associated with a schema other than when the DataSet is modified?
Since the cs file is automatically generated based on the schema,
there is a discussion going on at work regarding whether this file
should be placed under source control, or generated each time the
projects are built.
The issue is, we don't know if it's even possible to generate the cs
file at build time versus editing the DataSet.
Thanks (hope I'm clear).
Rob