| UserDefinedFunction Class |
|
Namespace: DataPA.Utils.QueryEngine
[SerializableAttribute] public class UserDefinedFunction : _UserDefinedFunction
The UserDefinedFunction type exposes the following members.
| Name | Description | |
|---|---|---|
| UserDefinedFunction |
Creates and returns a new UserDefinedFunction object
| |
| UserDefinedFunction(DataRow) |
Creates and returns a new UserDefinedFunction object
|
| Name | Description | |
|---|---|---|
| ClassId | ||
| EventsId | ||
| InterfaceId |
| Name | Description | |
|---|---|---|
| Description |
Gets and sets the description of this user defined subjct
| |
| Expression |
Gets and sets the expression for this user defined function
| |
| ID |
Gets and sets the ID of this user defined function
| |
| Name |
Gets and sets the name of the user defined function
| |
| ReturnType |
Gets and sets the type of the value returned by this user defined function
|