DLL Methods

Developer can use methods that are there in a library. for this we have to use method_type=DLL when we create new method in NF Tool.

Entity Method Name and Source Method Name(which we adding in Source editor) should be same.

This option should be used, only when the methods cannot be created using Db objects (table / SP / Function).

Developer can see the button (View DLL Method Source) in methods grid.it will show only when the NF Method method_type = DLL.

Let us see the Example:

Under AdventureWorks Entities ,there is the DLL Method “SalesOrderHeaderAndDetailsCreateUpdateDelete”,in  that row click the button “View DLL Method Source”,then you can see script editor page got opened.

Note : See additional details in Script Page.

In this article

DLL Methods

Field's Description

  • Assembly Name Need to provide the assembly name of the library that is going to be used inside the entity methods.