Table of Contents

Method GetRevisionCaption

Namespace
Innova.Data.Revision
Assembly
Innova.Data.dll

GetRevisionCaption(string, string, string)

Gets the revision caption for the specified entity name, field name, and foreign key name.

public string GetRevisionCaption(string entityName, string fieldName, string foreignKeyName = null)

Parameters

entityName string

The entity name.

fieldName string

The field name.

foreignKeyName string

The foreign key name.

Returns

string

The revision caption.