How to use auto generated early bound files as constants for column set? #434
Answered
by
JimDaly
caitanya-3c
asked this question in
Q&A
|
Is it possible when using column set to use the values from an auto generated file without using nameof()? I have seen most examples use the organization service context and linq to make use of the file, but is there a way to use the strongly typed values to specify in a column set instead? |
Answered by
JimDaly
Mar 4, 2024
Replies: 1 comment 2 replies
|
You would use pac modelbuilder build --help to see the properties you can pass to create strongly types classes. The XrmToolbox tool called "EarlyBoundGenerator" also offers a UX layer and some enhancements on pac modelbuilder if you prefer to use a UX tool. |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe this is the --emitfieldsclasses parameter.