Enum InsertUpdateDeleteArgsSelector.SelectorType
The type that this SelectorKeys represents.
Namespace: Quantellia.WMServer.Asset.DataSource
Assembly: WMServer.dll
Syntax
[JsonConverter(typeof(StringEnumConverter))]
public enum InsertUpdateDeleteArgsSelector.SelectorType
Fields
Name | Description |
---|---|
Null | There is no SelectorKeys object. This denotes primary key assignment. |
Object | The SelectorKeys object is an object. This allows arbitrary select logic. |
String | The SelectorKeys object is a string. This denotes the column to select off of. |