Click or drag to resize

DataObjectControllerGetTextPropertyValues Method (Int32, IEnumerableInt32, SqlConnection, SqlTransaction)

Returns values for a number of properties (with datatype text) for the current version of a dataobject.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public static IntStrDictionary GetTextPropertyValues(
	int dataObjectId,
	IEnumerable<int> propertyIds,
	SqlConnection dbConnection,
	SqlTransaction dbTransaction
)

Parameters

dataObjectId
Type: SystemInt32
propertyIds
Type: System.Collections.GenericIEnumerableInt32
dbConnection
Type: System.Data.SqlClientSqlConnection
dbTransaction
Type: System.Data.SqlClientSqlTransaction

Return Value

Type: IntStrDictionary
See Also