AdsConnectionStringBuilder Data Source Properties

Advantage .NET Data Provider

  Previous topic Next topic  

The following are the Advantage-specific properties available in the AdsConnectionStringBuilder class. For details on each property, refer to AdsConnection.ConnectionString.

 

public string DataSource {get; set;}

public string InitialCatalog {get; set;}

public string UserID {get; set;}

public string Password {get; set;}

public string TableType {get; set;}

public string ServerType {get; set;}

public string CharType {get; set;}

public string LockMode {get; set;}

public string SecurityMode {get; set;}

public bool ShowDeleted {get; set;}

public string EncryptionPassword {get; set;}

public bool DbfsUseNulls {get; set;}

public string FilterOptions {get; set;}

public bool TrimTrailingSpaces {get; set;}

public string Compression {get; set;}

public bool Shared {get; set;}

public bool ReadOnly {get; set;}

public bool Pooling {get; set;}

public int MinPoolSize {get; set;}

public int MaxPoolSize {get; set;}

public int ConnectionLifetime {get; set;}

See Also

AdsConnection.ConnectionString