Struct InsertScalarResult
Represents the result of inserting scalar values into database table.
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: DevZest.Data.Primitives
Assembly: DevZest.Data.dll
Syntax
public struct InsertScalarResultConstructors
| Name | Description | 
|---|---|
| InsertScalarResult(Boolean, Nullable<Int64>) | Initializes a new instance of InsertScalarResult. | 
Fields
| Name | Description | 
|---|---|
| IdentityValue | Gets the newly generated identity value during insert. | 
| Success | Gets a value indicates whether the insert is successful. |