public ref class NoNullAllowedException : System::Data::DataException
public class NoNullAllowedException : System.Data.DataException
[System.Serializable]
public class NoNullAllowedException : System.Data.DataException
type NoNullAllowedException = class
inherit DataException
[<System.Serializable>]
type NoNullAllowedException = class
inherit DataException
Public Class NoNullAllowedException
Inherits DataException
NoNullAllowedException
NoNullAllowedException
當您嘗試將 Null 值插入設定為
AllowDBNull
false
的資料行時,叫用下列方法或屬性時,會擲回 。
DataRowCollection.Add
DataRow.EndEdit
DataRow.ItemArray
DataTable.LoadDataRow