12 lines
176 B
C#
12 lines
176 B
C#
|
namespace System.Web.DynamicData {
|
||
|
|
||
|
public enum DynamicDataSourceOperation {
|
||
|
Delete,
|
||
|
Insert,
|
||
|
Select,
|
||
|
Update,
|
||
|
ContextCreate
|
||
|
}
|
||
|
|
||
|
}
|