public AspNetLogEntry(DbDataReader dr, IDictionary <string, int> hDict) { this.LogProvider = LogProviderType.AspNet; AspNetLogEntry current = this; this.setFromDataReader(dr, ref current, ref hDict); }
public void setFromDataReader(DbDataReader dr, ref AspNetLogEntry prevObject, ref IDictionary <string, int> hDict) { }