Skip to main content Skip to complementary content

GetFieldOnTheFlyByNameAsync Method

Overloads

GetFieldOnTheFlyByNameAsync(String)

Find the field-on-the-fly by passing its readable name.

GetFieldOnTheFlyByNameAsync(AsyncHandle, String)

Find the field-on-the-fly by passing its readable name.

GetFieldOnTheFlyByNameAsync<T>(AsyncHandle, Func<Response, T>, String)

Find the field-on-the-fly by passing its readable name.

GetFieldOnTheFlyByNameAsync(String)

Find the field-on-the-fly by passing its readable name.

Declaration

      public Task<string> GetFieldOnTheFlyByNameAsync([QixName("qReadableName")] string readableName)
    

Parameters

Type Name Description
System.String readableName

Readable name of the field-on-the-fly.

Returns

Type Description
System.Threading.Tasks.Task<System.String>

Implements

GetFieldOnTheFlyByNameAsync(AsyncHandle, String)

Find the field-on-the-fly by passing its readable name.

Declaration

      public Task<string> GetFieldOnTheFlyByNameAsync(AsyncHandle asyncHandle, [QixName("qReadableName")] string readableName)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String readableName

Readable name of the field-on-the-fly.

Returns

Type Description
System.Threading.Tasks.Task<System.String>

Implements

GetFieldOnTheFlyByNameAsync<T>(AsyncHandle, Func<Response, T>, String)

Find the field-on-the-fly by passing its readable name.

Declaration

      public Task<T> GetFieldOnTheFlyByNameAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qReadableName")] string readableName)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

System.String readableName

Readable name of the field-on-the-fly.

Returns

Type Description
System.Threading.Tasks.Task<T>

Type Parameters

Name Description
T

Implements

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!