Exemplo n.º 1
0
 public static T[] SelectPropertyList <T>(EventDefinitionFields field, DaoSearchFilter filter, DatabaseAgent agent)
 {
     return(EventDefinition.SelectPropertyList <EventDefinition, T>(field, filter, agent));
 }
Exemplo n.º 2
0
 public static EventDefinition SelectOneWhere(DaoSearchFilter filter, DatabaseAgent agent)
 {
     return(EventDefinition.SelectOneWhere <EventDefinition>(filter, agent));
 }
Exemplo n.º 3
0
 public static EventDefinition SelectOneWhere(DaoSearchFilter filter)
 {
     return(EventDefinition.SelectOneWhere <EventDefinition>(filter));
 }
Exemplo n.º 4
0
 public static LogEventData SelectOneWhere(DaoSearchFilter filter, DatabaseAgent agent)
 {
     return(LogEventData.SelectOneWhere <LogEventData>(filter, agent));
 }
Exemplo n.º 5
0
 public static LogEventData SelectOneWhere(DaoSearchFilter filter)
 {
     return(LogEventData.SelectOneWhere <LogEventData>(filter));
 }
Exemplo n.º 6
0
 public static T[] SelectPropertyList <T>(LogEventDataFields field, DaoSearchFilter filter, DatabaseAgent agent)
 {
     return(LogEventData.SelectPropertyList <LogEventData, T>(field, filter, agent));
 }