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
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> |
GetFieldDescriptionAsync(AsyncHandle, String)
Returns the description of a field.
Declaration
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> |
GetFieldDescriptionAsync<T>(AsyncHandle, Func<Response, T>, String)
Returns the description of a field.
Declaration
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 |
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!