Gets the list of SPARQL query variables whose values are to be passed as variables into Constructor when binding SPARQL query results to LINQ query results

Namespace: BrightstarDB.EntityFramework.Query
Assembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)

Syntax

C#
public List<string> ConstructorArgs { get; }
Visual Basic
Public ReadOnly Property ConstructorArgs As List(Of String)
	Get
Visual C++
public:
property List<String^>^ ConstructorArgs {
	List<String^>^ get ();
}
F#
member ConstructorArgs : List<string> with get

Property Value

Type: List<(Of <(<'String>)>)>

See Also