DataStax C# Driver for Apache Cassandra
DataStax C# Driver for Apache Cassandra
Namespaces
Cassandra.Data
CqlParameter Class
CqlParameter Properties
DbType Property
Direction Property
IsNullable Property
ParameterName Property
Size Property
SourceColumn Property
SourceColumnNullMapping Property
SourceVersion Property
Value Property
CqlParameter
SourceColumnNullMapping Property
Sets or gets a value which indicates whether the source column is nullable. This allows
DbCommandBuilder
to correctly generate Update statements for nullable columns.
Namespace:
Cassandra.Data
Assembly:
Cassandra (in Cassandra.dll) Version: 3.13.0
Syntax
C#
Copy
public
override
bool
SourceColumnNullMapping
{
get
;
set
; }
Return Value
Type:
Boolean
true if the source column is nullable; false if it is not.
See Also
Reference
CqlParameter Class
Cassandra.Data Namespace
DataStax C# Driver for Apache Cassandra User Mailing List
© 2019 DataStax, All rights reserved.