Click or drag to resize
MapperUpdateIfT Method (String, Object)

Namespace: Dse.Mapping
Assembly: Dse (in Dse.dll) Version: 2.0.0.0
Syntax
C#
public AppliedInfo<T> UpdateIf<T>(
	string cql,
	params Object[] args
)

Parameters

cql
Type: SystemString
args
Type: SystemObject

Type Parameters

T

Return Value

Type: AppliedInfoT

Implements

IMapperUpdateIfT(String, Object)
See Also