Click or drag to resize
UserDefinedFunction Class DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Inheritance Hierarchy
SystemObject
  DataPA.Utils.QueryEngineUserDefinedFunction

Namespace: DataPA.Utils.QueryEngine
Assembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
[SerializableAttribute]
public class UserDefinedFunction : _UserDefinedFunction

The UserDefinedFunction type exposes the following members.

Constructors
  NameDescription
Public methodUserDefinedFunction
Creates and returns a new UserDefinedFunction object
Public methodUserDefinedFunction(DataRow)
Creates and returns a new UserDefinedFunction object
Top
Fields
Properties
  NameDescription
Public propertyDescription
Gets and sets the description of this user defined subjct
Public propertyExpression
Gets and sets the expression for this user defined function
Public propertyID
Gets and sets the ID of this user defined function
Public propertyName
Gets and sets the name of the user defined function
Public propertyReturnType
Gets and sets the type of the value returned by this user defined function
Top
See Also