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