Struct UpdateResult
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NFX.DataAccess.CRUD
Assembly: NFX.dll
Syntax
public struct UpdateResult
Constructors
UpdateResult(Int32, Boolean)
Declaration
public UpdateResult(int idx, bool updated)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | idx | |
System.Boolean | updated |
Fields
Index
Declaration
public readonly int Index
Field Value
Type | Description |
---|---|
System.Int32 |
Updated
Declaration
public readonly bool Updated
Field Value
Type | Description |
---|---|
System.Boolean |