DataServiceConfiguration.EnableTypeConversion 属性

获取或设置数据服务运行时是否应将负载中所含类型转换为请求中指定的实际属性类型。

命名空间:  System.Data.Services
程序集:  Microsoft.Data.Services(在 Microsoft.Data.Services.dll 中)

语法

声明
Public Property EnableTypeConversion As Boolean
    Get
    Set
用法
Dim instance As DataServiceConfiguration
Dim value As Boolean

value = instance.EnableTypeConversion

instance.EnableTypeConversion = value
public bool EnableTypeConversion { get; set; }
public:
property bool EnableTypeConversion {
    bool get ();
    void set (bool value);
}
member EnableTypeConversion : bool with get, set
function get EnableTypeConversion () : boolean
function set EnableTypeConversion (value : boolean)

属性值

类型:System.Boolean
如果数据服务运行时应转换负载中所含类型,则为 True;否则为 false。

请参阅

参考

DataServiceConfiguration 类

System.Data.Services 命名空间

其他资源

配置数据服务(WCF 数据服务)