Click or drag to resize

ComplexDataSetBuilderBaseDataSetStoreConnection Property

Open connection for the external data store. If the data source is for the OIS DB then DataSetStoreConnection is identical to DbConnection.

Namespace:  Omada.OE.AppLogic.ComplexDataSet
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public SqlConnection DataSetStoreConnection { get; }

Property Value

Type: SqlConnection
See Also