Click or drag to resize

CqlOperatorAppendT Method

Represents the CQL add assign (+=) operator for collections

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public static T Append<T>(
	T value
)
where T : IEnumerable

Parameters

value
Type: T

Type Parameters

T

Return Value

Type: T
See Also