次の方法で共有


RelationalStrings.UnsupportedDataOperationStoreType(Object, Object) メソッド

定義

移行データ操作で列 '{column}' に使用されるストア型 '{type}' は、現在のプロバイダーではサポートされていません。

public static string UnsupportedDataOperationStoreType (object type, object column);
public static string UnsupportedDataOperationStoreType (object? type, object? column);
static member UnsupportedDataOperationStoreType : obj * obj -> string
Public Shared Function UnsupportedDataOperationStoreType (type As Object, column As Object) As String

パラメーター

type
Object
column
Object

戻り値

適用対象