Property IsLazy
IsLazy
Indicates whether a Field is Lazy or not. The semantics of Lazy loading are such that if a Field is lazily loaded, retrieving
it's values via String
Declaration
bool IsLazy { get; }
Property Value
Type | Description |
---|---|
System. |
true if this field can be loaded lazily |