MetaFunction.MappedName Property

Definition

Gets the name of the database function or procedure.

public:
 abstract property System::String ^ MappedName { System::String ^ get(); };
public abstract string MappedName { get; }
member this.MappedName : string
Public MustOverride ReadOnly Property MappedName As String

Property Value

A string representing the name of the database function or procedure.

Applies to