Initializes a new instance of the ScalarFunction class.
Assembly: Epic.Query
Declaration Syntax
C# |
public ScalarFunction( string name )
Parameters
- name (String)
- Name.
Exceptions
Exception | Condition |
---|---|
ArgumentNullException |
Is thrown when the function name is null.
|