This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!
Compiler Warning (level 2) C4051
type conversion; possible loss of data
An expression contains two data items with different base types. Converting one type causes the data item to be truncated.
Possible solution
- Cast the data items to the appropriate type.