DateTime format on database. If you store datetime as String in database, use this property.
Namespace: DataBaseExecutors.EntityAssembly: DataBaseExecutors (in DataBaseExecutors.dll) Version: 1.0.1.3 (1.0.1.3)
public string Format { get; set; }
public string Format { get; set; }
Public Property Format As String
Get
Set
Public Property Format As String
Get
Set
public:
property String^ Format {
String^ get ();
void set (String^ value);
}
public:
property String^ Format {
String^ get ();
void set (String^ value);
}
Property Value
Type:
String