Class XConnectionInfo
Context connection info
Inherited Members
Namespace: XData.Database.Dialect
Assembly: XData.docfx.dll
Syntax
public class XConnectionInfo
Properties
| Improve this Doc View SourceDbLogin
Database user login
Declaration
public string DbLogin { get; }
Property Value
Type | Description |
---|---|
String |
IntegratedSecurity
Integrated security flag
Declaration
public bool IntegratedSecurity { get; }
Property Value
Type | Description |
---|---|
Boolean |
Schema
Database name or schema name
Declaration
public string Schema { get; }
Property Value
Type | Description |
---|---|
String |
Server
Database server name
Declaration
public string Server { get; }
Property Value
Type | Description |
---|---|
String |