Native Code Methods
We use EntityDAC with RAD Studio XE7. It would be real handy to have a way to include native language code mapped to methods in the Entity model.
It seems that the current definition of methods are limited to SQL Server stored functions or procedures, or some format of an SQL statement.
In the case that calculated values or operations are needed that are beyond the scope of SQL syntax (ie. a Windows API call or local file read operation), it would be super handy to have custom methods on an entity that permit native Pascal code.
15
votes
Tim McKay
shared this idea