Click or drag to resize
FunctionMetadata Class
Describes a CQL function.
Inheritance Hierarchy
SystemObject
  DseFunctionMetadata

Namespace: Dse
Assembly: Dse (in Dse.dll) Version: 2.1.0
Syntax
C#
public class FunctionMetadata

The FunctionMetadata type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyArgumentNames
List of the function argument names.
Public propertyArgumentTypes
List of the function argument types.
Public propertyBody
Body of the function.
Public propertyCalledOnNullInput
Determines if the function is called when the input is null.
Public propertyKeyspaceName
Name of the keyspace where the CQL function is declared.
Public propertyLanguage
Name of the programming language, for example: java, javascript, ...
Public propertyName
Name of the CQL function.
Public propertyReturnType
Type of the return value.
Public propertySignature
Signature of the function.
Top
See Also

Reference