CSharpHelper.Lambda 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.
Overloads
Lambda(IReadOnlyList<String>) | |
Lambda(String, String) |
Lambda(IReadOnlyList<String>)
public virtual string Lambda (System.Collections.Generic.IReadOnlyList<string> properties);
abstract member Lambda : System.Collections.Generic.IReadOnlyList<string> -> string
override this.Lambda : System.Collections.Generic.IReadOnlyList<string> -> string
Public Overridable Function Lambda (properties As IReadOnlyList(Of String)) As String
Parameters
- properties
- IReadOnlyList<String>
Returns
Applies to
Lambda(String, String)
public virtual string Lambda (string property, string variable);
abstract member Lambda : string * string -> string
override this.Lambda : string * string -> string
Public Overridable Function Lambda (property As String, variable As String) As String
Parameters
- property
- String
- variable
- String
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Entity Framework