IFieldsRepository.GetFieldByMnemonic Method

Gets the field with a specified IField.Mnemonic. The search is case-insensitive.
Function GetFieldByMnemonic( _ 
ByVal mnemonic As String
) As IField
This language is not supported or no code example is available.
IField GetFieldByMnemonic( 
string mnemonic 
)
This language is not supported or no code example is available.

Parameters

mnemonic
string

The IField.Mnemonic of the field to be retrieved.

Return Value

IField

The found field or null reference (Nothing in Visual Basic) if not found.

Version
 
Available since QDV 7.19.696.

.NET Framework

Supported in: 4.8, 4.7, 4.6, 4.5.2

In this article

Definition