Skip to content

ServiceNow.Core

SNow.Core.ITable<T>

ITable<T>.UpdateAsync(Nullable<Guid>, object, bool) Method

csharp
System.Threading.Tasks.Task<T> UpdateAsync(System.Nullable<System.Guid> id, object data, bool excludeLinks=true);

Parameters

id System.Nullable<System.Guid>

data System.Object

excludeLinks System.Boolean

Returns

System.Threading.Tasks.Task<T>

Released under the MIT License.