CosmosLinqSerializer.SerializeMemberName(MemberInfo) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Convert a MemberInfo to a string for use in LINQ query translation. This must be implemented when using a custom serializer for LINQ queries.
public abstract string SerializeMemberName (System.Reflection.MemberInfo memberInfo);
abstract member SerializeMemberName : System.Reflection.MemberInfo -> string
Public MustOverride Function SerializeMemberName (memberInfo As MemberInfo) As String
Parameters
- memberInfo
- MemberInfo
Any MemberInfo used in the query.
Returns
A serialized representation of the member.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET