Util Members
Include Protected Members
Include Inherited Members
Contains utility functions that are used by the Business Data Connectivity service.
The Util type exposes the following members.
Methods
Name | Description | |
---|---|---|
EscapeDotNotationPath | Escapes the specified string to be used in a dotted path. | |
GetReflectedValue | Returns the value of a field or a property from the given object by using reflection. | |
ProbeType | Returns the member information from a type for a field or a property by using reflection. | |
SetReflectedValue | Sets the value of a field or a property on the given object by using reflection. | |
Split | Returns a list that contains the substrings, in a specific string, that are delimited by the specified character. |
Top