Class Utils
Class holds URL and Key for batch operation.
Inheritance
System.Object
Utils
Namespace: Syncfusion.Blazor.Data
Assembly: Syncfusion.Blazor.dll
Syntax
public class Utils : Object
Constructors
Utils()
Declaration
public Utils()
Properties
Key
Specifies the batch primary key value.
Declaration
public string Key { get; set; }
Property Value
Type |
---|
System.String |
Url
Specifies the batch url.
Declaration
public string Url { get; set; }
Property Value
Type |
---|
System.String |