Example #1
0
 private static ExceptionEntryRow FeatureExceptionEntryRowCreator(IFieldDataReader r)
 {
     return new ExceptionEntryRow(r.GetInt64(0), r.GetInt64(1), r.GetInt64(2), r.GetInt64(3), r.GetInt64(4), r.GetDateTime(5));
 }
Example #2
0
 private static FeatureEntryRow DbFeatureEntryRowCreator(IFieldDataReader r)
 {
     return(new FeatureEntryRow(r.GetInt64(0), r.GetString(1), r.GetDateTime(2)));
 }
Example #3
0
 private static FeatureExceptionEntryRow DbFeatureExceptionEntryRowCreator(IFieldDataReader r)
 {
     return(new FeatureExceptionEntryRow(r.GetInt32(0), r.GetDateTime(1), r.GetInt32(2)));
 }
Example #4
0
 private static DbFeatureExceptionEntryRow DbFeatureExceptionEntryRowCreator(IFieldDataReader r)
 {
     return new DbFeatureExceptionEntryRow(r.GetInt32(0), r.GetDateTime(1), r.GetInt32(2));
 }