sdmap icon indicating copy to clipboard operation
sdmap copied to clipboard

[core] support #Prop coding style

Open sdcb opened this issue 9 years ago • 0 comments

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')
}>

sdcb avatar Dec 21 '16 02:12 sdcb