指定新数据库进行字符串转换所用的日期格式。
Visual Basic Public Property DateFormat As String
C# public string DateFormat { get; set; }
指定日期格式的字符串。如果值为空值引用(在 Visual Basic 中为 Nothing),则数据库将使用 "YYYY-MM-DD"。在 C# 中,必须对路径中的任何反斜线字符进行转义,或在字符串文字两边加上 @。缺省值为空值引用(在 Visual Basic 中是 Nothing)。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |