Gets the data service.

Namespace: DotNetNuke.Entities.Content.Common
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public static IDataService GetDataService()
Visual Basic
Public Shared Function GetDataService As IDataService

Return Value

data service instance from ComponentFactory.

See Also