コード例 #1
0
 /// <inheritdoc/>
 public bool TryGetPropertyValue(string propertyName, out object value)
 {
     throw Error.InvalidOperation(SRResources.EdmComplexObjectNullRef, propertyName, _edmType.ToTraceString());
 }