CSharpHelper
CSharpHelper(ITypeMappingSource)
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)
GetCompositeEnumValue(Type, Enum, Boolean)
GetRequiredUsings(Type)
GetSimpleEnumValue(Type, String, Boolean)
Identifier(String, ICollection<String>, Boolean?)
Identifier<T>(String, T, IDictionary<String, T>, Boolean?)
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?)
ShouldUseFullName(String)
ShouldUseFullName(Type)
Statement(Expression, ISet<String>, ISet<String>, IReadOnlyDictionary<Object, String>, IReadOnlyDictionary<MemberInfo, QualifiedName>)
UnknownLiteral(Object)
XmlComment(String, Int32)
net10.0
namespace Microsoft.EntityFrameworkCore.Design.Internal
{
public class CSharpHelper : ICSharpHelper
{
public virtual string! Literal(int value);
}
}
| .NET | 10.0 |
|---|---|
Information specific to net10.0 | |
| Assembly | Microsoft.EntityFrameworkCore.Design , Version=10.0.1.0, PublicKeyToken=adb9793829ddae60 |
| Referencing | Your project needs a package reference to |
| Package | Microsoft.EntityFrameworkCore.Design (10.0.1) net10.0 |
| Platform Restrictions | This API is supported on all platforms. |
- Built-in API
- Package-provided API