Skip to main content

IsExactTypeFunction.Name Property

Specifies name of the IsExactTypeFunction custom function operator.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public string Name { get; }

Property Value

Type Description
String

A String used to identify a custom function.

Remarks

This property returns “IsExactType”.

See Also