sdmap
sdmap copied to clipboard
[core] support #Prop coding style
Currently must using #prop<PropertyName> in sdmap, we can make it simple by just typing #PropertyName.
- example:
INSERT INTO MyTable(Id, Name)
#foreach<Items, sql{
VALUES(#Id, N'#Name')
}>