Show / Hide Table of Contents

Property IsInitialized

| Improve this Doc View Source

IsInitialized

Gets a value indicates whether child models are initialized.

Declaration
public bool IsInitialized { get; }
Property Value
Type Description
System.Boolean
Remarks

Unlike Column and ColumnList, child models are not initialized by default. This design decision is to deal with the situation when recursive child models registered. EnsureInitialized() will be called automatically when creating the first DataRow the query builder.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest