2011-02-16 123 views

回答

1

类型:System.Boolean
描述:true以指示该属性被应用到方法是指定​​数据对象的默认方法;否则,false

这是从MSDN documentation。我建议读它:P

0

MSDN指出,参数isDefault确定指定的DataObjectMethodType是否将该方法作为默认操作。

methodType 
One of the DataObjectMethodType values that describes the data operation the method performs. 
isDefault 
true to indicate the method that the attribute is applied to is the default method of the data object for the specified methodType; otherwise, false.