Click or drag to resize

CqlOperatorPrependT Method

Represents the CQL prepend operator for collections (col1 = ? + col1)

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

Parameters

value
Type: T

Type Parameters

T

Return Value

Type: T
See Also