Method | Description | |
---|---|---|
HasChanged ( string database, string table, uint updateIntervalSeconds, string askerId = null ) : bool |
Returns true if table has been updated since last HasChanged check. First time always returns true Update time is not available for INNODB
|
|
TableUpdateTime ( ConnectionString connectionString ) : System |
Constructor for connection string
|
|
TableUpdateTime ( MultiCon multiCon ) : System |
Constructor for connectiong string class
|
public HasChanged ( string database, string table, uint updateIntervalSeconds, string askerId = null ) : bool | ||
database | string | |
table | string | |
updateIntervalSeconds | uint | |
askerId | string | |
return | bool |
public TableUpdateTime ( ConnectionString connectionString ) : System | ||
connectionString | ConnectionString | |
return | System |
public TableUpdateTime ( MultiCon multiCon ) : System | ||
multiCon | MultiCon | |
return | System |