Returns true if the LINQ query uses an expression to initialize the results members
Namespace: BrightstarDB.EntityFramework.QueryAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public bool HasMemberInitExpression { get; } |
| Visual Basic |
|---|
Public ReadOnly Property HasMemberInitExpression As Boolean Get |
| Visual C++ |
|---|
public: property bool HasMemberInitExpression { bool get (); } |
| F# |
|---|
member HasMemberInitExpression : bool with get |