Share via


CassandraSource.Query Property

Definition

Database query. Should be a SQL-92 query expression or Cassandra Query Language (CQL) command. Type: string (or Expression with resultType string).

public Azure.Core.Expressions.DataFactory.DataFactoryElement<string> Query { get; set; }
member this.Query : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> with get, set
Public Property Query As DataFactoryElement(Of String)

Property Value

Applies to