Class CqlInsert<TEntity>
Represents an INSERT statement
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
Namespace: Cassandra.Data.Linq
Assembly: Cassandra.dll
Syntax
public class CqlInsert<TEntity> : CqlCommand, IStatement
Type Parameters
Name | Description |
---|---|
TEntity |
Methods
GetCql(out object[])
Declaration
protected override string GetCql(out object[] values)
Parameters
Type | Name | Description |
---|---|---|
object[] | values |
Returns
Type | Description |
---|---|
string |
Overrides
IfNotExists()
Declaration
public CqlConditionalCommand<TEntity> IfNotExists()
Returns
Type | Description |
---|---|
CqlConditionalCommand<TEntity> |
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string |