Interface IEdmStructuredObject
Represents an instance of an Microsoft.Data.Edm.IEdmStructuredType.
public interface IEdmStructuredObject : IEdmObject
- Inherited Members
Methods
TryGetPropertyValue(string, out object)
Gets the value of the property with the given name.
bool TryGetPropertyValue(string propertyName, out object value)
Parameters
propertyName
stringThe name of the property to get.
value
objectWhen this method returns, contains the value of the property with the given name, if the property is found; otherwise,
. The parameter is passed uninitialized.
Returns
- bool
if the instance contains the property with the given name; otherwise, .