DataSetDateTimeModeUnspecified(DataSet) Method

Set the datatimemode of the datetime columns to Unspecified to prevent time offset.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static DataSet SetDateTimeModeUnspecified(
	DataSet data
)

Parameters

data  DataSet
Data to process.

Return Value

DataSet
DataSet with the value processed.

See Also