Gets the constructor to be invoked when binding SPARQL query results to LINQ query results
Namespace: BrightstarDB.EntityFramework.QueryAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
C# |
---|
public ConstructorInfo Constructor { get; } |
Visual Basic |
---|
Public ReadOnly Property Constructor As ConstructorInfo
Get |
Visual C++ |
---|
public:
property ConstructorInfo^ Constructor {
ConstructorInfo^ get ();
} |
F# |
---|
member Constructor : ConstructorInfo with get
|
Property Value
Type:
ConstructorInfo
See Also