Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL 拡張: Windows Mobile 上の Ultra Light データベースのパスとファイル名を指定します。
Public Property DatabaseOnDevice As String
public string DatabaseOnDevice {get;set;}
ArgumentException 値には、セミコロンが含まれています。または、一重引用符または二重引用符で始まります。
データベースへのフルパスを指定する文字列。値が NULL 参照 (Visual Basic の Nothing) の場合、データベース \UltraLiteDB\ulstore.udb が使用されます。C# では、パス内の円記号をエスケープするか、アットマーク (@) で囲まれた文字列リテラルを使用する必要があります。デフォルト値は NULL 参照 (Visual Basic の Nothing) です。