ICSharpHelper
Arguments(IEnumerable<Object>)
Expression(Expression, ISet<String>, ISet<String>, IReadOnlyDictionary<Object, String>, IReadOnlyDictionary<MemberInfo, QualifiedName>)
Fragment(AttributeCodeFragment)
Fragment(PropertyAccessorCodeFragment)
Fragment(IMethodCallCodeFragment, Int32)
Fragment(NestedClosureCodeFragment, Int32)
Fragment(IMethodCallCodeFragment, String, Boolean)
GetRequiredUsings(Type)
Identifier(String, ICollection<String>, Boolean?)
Identifier<T>(String, T, IDictionary<String, T>, Boolean?)
Lambda(IEnumerable<IProperty>, String)
Lambda(IReadOnlyList<String>, String)
Literal(BigInteger)
Literal(Boolean)
Literal(Byte)
Literal(Char)
Literal(DateOnly)
Literal(DateTime)
Literal(DateTimeOffset)
Literal(Decimal)
Literal(Double)
Literal(Guid)
Literal(Int16)
Literal(Int32)
Literal(Int64)
Literal(SByte)
Literal(Single)
Literal(String)
Literal(TimeOnly)
Literal(TimeSpan)
Literal(UInt16)
Literal(UInt32)
Literal(UInt64)
Literal(Enum, Boolean)
Literal(Object[,])
Literal(Type, Boolean?)
Literal<T>(T?)
Literal<T>(List<T>, Boolean)
Literal<T>(T[], Boolean)
Literal<TKey, TValue>(Dictionary<TKey, TValue>, Boolean)
Namespace(String[])
Reference(Type, Boolean?)
Statement(Expression, ISet<String>, ISet<String>, IReadOnlyDictionary<Object, String>, IReadOnlyDictionary<MemberInfo, QualifiedName>)
UnknownLiteral(Object)
XmlComment(String, Int32)
net10.0
namespace Microsoft.EntityFrameworkCore.Design
{
public interface ICSharpHelper
{
string! Literal<T>(T[]! values, bool vertical = false);
}
}
| nuget.org | 0.0 % Reference this API |
|---|---|
| .NET | 10.0 |
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API