DatabaseServerDataServices implements the data services for the TenantStore.DBSERVER table.
Default constructor
public Void DatabaseServerDataServices()
The alias for the underlaying table.
public String Alias { get; set; }
A dictionary of field configuration for the underlaying table.
public IDictionary<String, Field> Fields { get; set; }
The name of the underlaying table.
public String Table { get; set; }
Filters database servers applying the first term (if any) to the name column.
public Task FilterAsync(listing)
Name | Type | Summary |
---|---|---|
listing | Listing<DatabaseServer> | Argument to filter the server list. |
Type | Summary |
---|---|
ArgumentNullException | Thrown when listing is null. |
In this document