Early Access: The content on this website is provided for informational purposes only in connection with pre-General Availability Qlik Products.
All content is subject to change and is provided without warranty.
Skip to main content Skip to complementary content

GetFieldDescriptionAsync Method

Overloads

GetFieldDescriptionAsync(String)

Returns the description of a field.

GetFieldDescriptionAsync(AsyncHandle, String)

Returns the description of a field.

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

Returns the description of a field.

GetFieldDescriptionAsync(String)

Returns the description of a field.

Declaration

      public Task<FieldDescription> GetFieldDescriptionAsync([QixName("qFieldName")] string fieldName)
    

Parameters

Type Name Description
System.String fieldName

Name of the field.

Returns

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

Implements

GetFieldDescriptionAsync(AsyncHandle, String)

Returns the description of a field.

Declaration

      public Task<FieldDescription> GetFieldDescriptionAsync(AsyncHandle asyncHandle, [QixName("qFieldName")] string fieldName)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.String fieldName

Name of the field.

Returns

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

Implements

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

Returns the description of a field.

Declaration

      public Task<T> GetFieldDescriptionAsync<T>(AsyncHandle asyncHandle, Func<Response, T> onResult, [QixName("qFieldName")] string fieldName)
    

Parameters

Type Name Description
AsyncHandle asyncHandle

Handle to asynchronous method request

System.Func<Response, T> onResult

Continuation function

System.String fieldName

Name of the field.

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!