Click or drag to resize

IColumnValuesTFind Method

Find a column values by its value

Namespace:  EBP.Api.Interfaces.Entity
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
IColumnValue<T> Find(
	Object value
)

Parameters

value
Type: SystemObject
Value to search

Return Value

Type: IColumnValueT
Column value if this value exists, otherwise null
See Also