DataColumn.DateTimeMode Свойство
Определение
Возвращает или задает DateTimeMode
для столбца.Gets or sets the DateTimeMode
for the column.
public:
property System::Data::DataSetDateTime DateTimeMode { System::Data::DataSetDateTime get(); void set(System::Data::DataSetDateTime value); };
public System.Data.DataSetDateTime DateTimeMode { get; set; }
member this.DateTimeMode : System.Data.DataSetDateTime with get, set
Public Property DateTimeMode As DataSetDateTime
Значение свойства
DataSetDateTime для указанного столбца.The DataSetDateTime for the specified column.
Комментарии
DateTimeModeНельзя изменить после добавления строк в DataColumn , за исключением изменения FROM Unspecified и UnspecifiedLocal или наоборот.The DateTimeMode cannot be modified after rows are added to a DataColumn, except for modifying from Unspecified and UnspecifiedLocal or vice-versa. Изменение с UnspecifiedLocal
на Unspecified
и наоборот разрешено, так как разница между этими двумя параметрами происходит только во время сериализации и не влияет на хранилище.The modification from UnspecifiedLocal
to Unspecified
and vice-versa is allowed as the difference between these two options is only during serialization and does not affect the storage.