Knight Data Access Layer
GetServerNameFromConnectionString Method (SqLiteProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > SqLiteProvider Class : GetServerNameFromConnectionString Method
Get the server name from the connection string.
Syntax
Public Overrides Function GetServerNameFromConnectionString() As String
Dim instance As SqLiteProvider
Dim value As String
 
value = instance.GetServerNameFromConnectionString()
public override string GetServerNameFromConnectionString()
public: string* GetServerNameFromConnectionString(); override 
public:
String^ GetServerNameFromConnectionString(); override 

Return Value

null
Remarks
There is no server for SqLite.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqLiteProvider Class
SqLiteProvider Members