Skip to main content
A newer version of this page is available. .

IsExactTypeFunction.Name Property

Specifies name of the IsExactTypeFunction custom function operator.

Namespace: DevExpress.Xpo.Metadata

Assembly: DevExpress.Xpo.v21.1.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