Resolve service of a specific type that is attached to connection's data scope

Namespace: Composite.Data
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
public Object GetService(
	Type t
)
Visual Basic
Public Function GetService ( _
	t As Type _
) As Object
Visual C++
public:
Object^ GetService(
	Type^ t
)

Parameters

t
Type: System..::..Type

[Missing <param name="t"/> documentation for "M:Composite.Data.DataConnection.GetService(System.Type)"]

Return Value

[Missing <returns> documentation for "M:Composite.Data.DataConnection.GetService(System.Type)"]

See Also