MS
This commit is contained in:
@@ -47,15 +47,6 @@ Public Class EnvelopeModel
|
||||
.FinalEmailToCreator = ObjectEx.ToEnum(Of Constants.FinalEmailType)(pRow.ItemEx("FINAL_EMAIL_TO_CREATOR", Constants.FinalEmailType.No.ToString())),
|
||||
.FinalEmailToReceivers = ObjectEx.ToEnum(Of Constants.FinalEmailType)(pRow.ItemEx("FINAL_EMAIL_TO_RECEIVERS", Constants.FinalEmailType.No.ToString()))
|
||||
}
|
||||
Dim oDoc1 = pRow.Item("DOC1")
|
||||
If Not IsDBNull(oDoc1) Then
|
||||
Dim oByte As Byte() = DirectCast(pRow.Item("DOC1"), Byte())
|
||||
If Not IsNothing(oByte) Then
|
||||
oEnvelope.Doc1 = oByte
|
||||
End If
|
||||
Else
|
||||
oEnvelope.Doc1 = Nothing
|
||||
End If
|
||||
Dim oDOC_RESULT = pRow.Item("DOC_RESULT")
|
||||
If Not IsDBNull(oDOC_RESULT) Then
|
||||
Dim oByte As Byte() = DirectCast(pRow.Item("DOC_RESULT"), Byte())
|
||||
|
||||
Reference in New Issue
Block a user