Click or drag to resize

DatabaseSaveMappingT Method

Namespace:  Scilligence.MolEngine.Companion
Assembly:  Scilligence.MolEngine.Companion (in Scilligence.MolEngine.Companion.dll) Version: 1.3.0.0 (7.0.0.40031)
Syntax
C#
public int SaveMapping<T>(
	string table,
	string pk,
	long id,
	string field,
	T[] list,
	DatabaseRow data
)

Parameters

table
Type: SystemString
pk
Type: SystemString
id
Type: SystemInt64
field
Type: SystemString
list
Type: T
data
Type: Scilligence.MolEngine.CompanionDatabaseRow

Type Parameters

T

Return Value

Type: Int32
See Also