Soulstone Help |
DataLayerFactory..::.GetDataLayer Method |
DataLayerFactory Class See Also Send Feedback |
Soulstone
Gets a DataLayer object of the specified type.
Namespace:
Soulstone.Data
Assembly:
Soulstone.Data (in Soulstone.Data.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public DataLayerBase GetDataLayer( DataLayerType type ) |
Visual Basic (Declaration) |
---|
Public Function GetDataLayer ( _ type As DataLayerType _ ) As DataLayerBase |
Visual C++ |
---|
public: DataLayerBase^ GetDataLayer( DataLayerType type ) |
Parameters
- type
- Type: Soulstone.Data..::.DataLayerType
The type of the DataLayer.