Click or drag to resize

CqlQueryExtensionsUpdateTSource Method

Returns a representation of a UPDATE cql statement

Namespace:  Dse.Data.Linq
Assembly:  Dse (in Dse.dll) Version: 2.9.0
Syntax
C#
public static CqlUpdate Update<TSource>(
	this CqlQuery<TSource> source
)

Parameters

source
Type: Dse.Data.LinqCqlQueryTSource

Type Parameters

TSource

Return Value

Type: CqlUpdate

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type CqlQueryTSource. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also