The BaseAdapterLinqProvider<(Of <(<'T, MappedType>)>)> type exposes the following members.

Methods

  Name Description
Protected method ConvertMappedObject
Converts mapped object to api object.
Protected method CreateAdapter
Creates data access adapter.
Protected method CreateNewQuery
Creates new query object.
Public method CreateQuery(Expression)
Public method CreateQuery<(Of <<'(TElement>)>>)(Expression)
Protected method CreateQueryProvider
Creates internal qurey provider.
Public method Execute(Expression)
Public method Execute<(Of <<'(TResult>)>>)(Expression)
Protected method GetExecuteExpression
Prepares expression that will be executed.
Protected method RewreiteNewArrayExpression
Rewrites new array expression.
Protected method RewriteBinaryExpression
Rewrites binary expression.
Protected method RewriteConditionalExpression
Rewrites conditional expression.
Protected method RewriteConstantExpression
Rewrites constant expression.
Protected method RewriteExpression
Rewrites expression to llblgen linq expression.
Protected method RewriteInvocationExpression
Rewrites invocation expression.
Protected method RewriteLambdaExpression
Rewrites lambda expression.
Protected method RewriteListInitExpression
Rewrites list init expression.
Protected method RewriteMemberExpression
Rewrites member expression.
Protected method RewriteMemberInitExpression
Rewrites member init expression.
Protected method RewriteMethodCallExpression
Rewrites method call expression.
Protected method RewriteNewExpression
Rewrites new expression.
Protected method RewriteParameterExpression
Rewrites parameter expression.
Protected method RewriteTypeBinaryExpression
Rewrites type binary expression.
Protected method RewriteUnaryExpression
Rewrites unary expression.
Protected method WriteNewMemberAccessExpression
Writes new member access expression.

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

See Also