Property IsInitialized
| Improve this Doc View SourceIsInitialized
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.