Fork me on GitHubEpicdominant domains
APIEpic.Query.RelationalScalarFunction

ScalarFunction
Models a function which has a Scalar as output.
Inheritance Hierarchy
Object
VisitableBase
 AlgebraicExpression
  Scalar
   ScalarFunction

Assembly: Epic.Query

Declaration Syntax
C#
[SerializableAttribute]
public abstract class ScalarFunction : Scalar, 
	IEquatable<ScalarFunction>
Members
All MembersConstructorsMethodsProperties  



MemberDescription
ScalarFunction(String)
Initializes a new instance of the ScalarFunction class.
Equals(Scalar)
Determines whether the specified Scalar is equal to the current ScalarFunction.
(Overrides Scalar.Equals(Scalar).)
Equals(ScalarFunction)
Determines whether the specified ScalarFunction is equal to the current ScalarFunction.
GetHashCode()()()()
Serves as a hash function for a ScalarFunction object.
(Overrides Scalar.GetHashCode()()()().)
Name
Gets the function name.
Exceptions
ExceptionCondition
ArgumentNullException Is thrown when the argument null exception.
blog comments powered by Disqus