 | 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)
SyntaxIColumnValue<T> Find(
Object value
)
Function Find (
value As Object
) As IColumnValue(Of T)
Parameters
- value
- Type: SystemObject
Value to search
Return Value
Type:
IColumnValueTColumn value if this value exists, otherwise null
See Also