Click or drag to resize

FileControllerSaveFileVersionDataNext Method (Byte, Byte, Int32, Int32, SqlConnection, SqlTransaction)

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static void SaveFileVersionDataNext(
	byte[] buffer,
	byte[] pointer,
	int offset,
	int bytes,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

buffer
Type: SystemByte
pointer
Type: SystemByte
offset
Type: SystemInt32
bytes
Type: SystemInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction
See Also