SchemaTableColumn.AllowDBNull Campo

Definición

Especifica si se permite el valor DBNull.

public: static initonly System::String ^ AllowDBNull;
public static readonly string AllowDBNull;
 staticval mutable AllowDBNull : string
Public Shared ReadOnly AllowDBNull As String 

Valor de campo

Comentarios

Devuelve la cadena "true" si se permite DBNull; de lo contrario, "false".

Nota

Evite establecer en AllowDbNull "true" para las columnas de clave principal. Una columna definida como clave principal se puede establecer AllowDbNullen , pero no se le puede asignar un valor NULL.

Se aplica a

Consulte también