Class InsertUpdateArgs
Arguments for Insert and Update operations.
Inherited Members
Namespace: Quantellia.WMServer.Asset.DataSource
Assembly: WMServer.dll
Syntax
public class InsertUpdateArgs
Properties
Data
Declaration
public Dictionary<string, object> Data { get; set; }
Property Value
Type | Description |
---|---|
Dictionary<string, object> |
TableName
Declaration
public string TableName { get; set; }
Property Value
Type | Description |
---|---|
string |