GraphCommand.Execute Method ()
Namespace: Microsoft.Azure.Graphs
Assembly: Microsoft.Azure.Graphs (in Microsoft.Azure.Graphs.dll)
Syntax
public IEnumerable<string> Execute()
public:
IEnumerable<String^>^ Execute()
Public Function Execute As IEnumerable(Of String)
Return Value
Type: System.Collections.Generic.IEnumerable<String>
See Also
GraphCommand Class
Microsoft.Azure.Graphs Namespace
Return to top