ExpressionExtensions.ValueBufferTryReadValueMethod Field

Definition

MethodInfo which is used to generate an Expression tree representing reading a value from a ValueBuffer

This method is typically used by database providers (and other extensions). It is generally not used in application code.

public static readonly System.Reflection.MethodInfo ValueBufferTryReadValueMethod;
 staticval mutable ValueBufferTryReadValueMethod : System.Reflection.MethodInfo
Public ReadOnly ValueBufferTryReadValueMethod As MethodInfo 

Field Value

Applies to