CoreStrings.RelationshipConceptualNullSensitive 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
实体“{firstType}”和“{secondType}”与键值“{secondKeyValue}”之间的关联已断开,但该关系被标记为必需或隐式必需,因为外键不可为 null。 如果在切断所需关系时应删除依赖实体/子实体,请将关系配置为使用级联删除。
public static string RelationshipConceptualNullSensitive (object firstType, object secondType, object secondKeyValue);
public static string RelationshipConceptualNullSensitive (object? firstType, object? secondType, object? secondKeyValue);
static member RelationshipConceptualNullSensitive : obj * obj * obj -> string
Public Shared Function RelationshipConceptualNullSensitive (firstType As Object, secondType As Object, secondKeyValue As Object) As String
参数
- firstType
- Object
- secondType
- Object
- secondKeyValue
- Object