TableTEntityInsert Method (TEntity, Boolean) |
Namespace: Dse.Data.Linq
public CqlInsert<TEntity> Insert( TEntity entity, bool insertNulls )
Use false if you don't want to consider null values for the INSERT operation (recommended).
Use true if you want to override all the values in the table, generating tombstones for null values.