SqlCeEngine.LocalConnectionString Property
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Gets or sets the connection string for the SQL Server CE database.
[Visual Basic] Public Property LocalConnectionString As String [C#] public string LocalConnectionString {get; set;} [C++] public: __property String* get_LocalConnectionString(); public: __property void set_LocalConnectionString(String*); [JScript] public function get LocalConnectionString() : String; public function set LocalConnectionString(String);
Property Value
The connection string.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeEngine Class | SqlCeEngine Members | System.Data.SqlServerCe Namespace
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.