コード例 #1
0
ファイル: AspNetLogEntry.cs プロジェクト: CarlosVV/sic
        public AspNetLogEntry(DbDataReader dr, IDictionary <string, int> hDict)
        {
            this.LogProvider = LogProviderType.AspNet;

            AspNetLogEntry current = this;

            this.setFromDataReader(dr, ref current, ref hDict);
        }
コード例 #2
0
ファイル: AspNetLogEntry.cs プロジェクト: CarlosVV/sic
 public void setFromDataReader(DbDataReader dr, ref AspNetLogEntry prevObject, ref IDictionary <string, int> hDict)
 {
 }