Class ParameterMapAttributeBase
Inheritance
System.Object
System.Attribute
ParameterMapAttributeBase
Inherited Members
System.Attribute.Equals(System.Object)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetHashCode()
System.Attribute.IsDefaultAttribute()
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.Module, System.Type)
System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.Match(System.Object)
System.Attribute.TypeId
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ArgentSea
Assembly: ArgentSea.dll
Syntax
[AttributeUsage(AttributeTargets.Property, Inherited = true, AllowMultiple = true)]
public abstract class ParameterMapAttributeBase : Attribute
Constructors
| Improve this Doc View SourceParameterMapAttributeBase(String, Int32)
Declaration
public ParameterMapAttributeBase(string name, int sqlType)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | |
System. |
sqlType |
ParameterMapAttributeBase(String, Int32, Boolean)
Declaration
public ParameterMapAttributeBase(string name, int sqlType, bool isRequired)
Parameters
Type | Name | Description |
---|---|---|
System. |
name | |
System. |
sqlType | |
System. |
isRequired |
Properties
| Improve this Doc View SourceColumnName
Declaration
public virtual string ColumnName { get; }
Property Value
Type | Description |
---|---|
System. |
IsRequired
Declaration
public bool IsRequired { get; }
Property Value
Type | Description |
---|---|
System. |
Name
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System. |
ParameterName
Declaration
public virtual string ParameterName { get; }
Property Value
Type | Description |
---|---|
System. |
SqlType
Declaration
public int SqlType { get; }
Property Value
Type | Description |
---|---|
System. |
Methods
| Improve this Doc View SourceAppendInParameterExpressions(IList<Expression>, ParameterExpression, ParameterExpression, HashSet<String>, Expression, Type, ParameterExpression, ILogger)
Declaration
protected abstract void AppendInParameterExpressions(IList<Expression> expressions, ParameterExpression expSprocParameters, ParameterExpression expIgnoreParameters, HashSet<string> parameterNames, Expression expProperty, Type propertyType, ParameterExpression expLogger, ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
System. |
expressions | |
System. |
expSprocParameters | |
System. |
expIgnoreParameters | |
System. |
parameterNames | |
System. |
expProperty | |
System. |
propertyType | |
System. |
expLogger | |
Microsoft. |
logger |
AppendReaderExpressions(Expression, IList<MethodCallExpression>, IList<Expression>, ParameterExpression, ParameterExpression, ParameterExpression, ref Int32, Type, ParameterExpression, ILogger)
Declaration
protected abstract void AppendReaderExpressions(Expression expProperty, IList<MethodCallExpression> columnLookupExpressions, IList<Expression> expressions, ParameterExpression prmSqlRdr, ParameterExpression expOrdinals, ParameterExpression expOrdinal, ref int propIndex, Type propertyType, ParameterExpression expLogger, ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
System. |
expProperty | |
System. |
columnLookupExpressions | |
System. |
expressions | |
System. |
prmSqlRdr | |
System. |
expOrdinals | |
System. |
expOrdinal | |
System. |
propIndex | |
System. |
propertyType | |
System. |
expLogger | |
Microsoft. |
logger |
AppendReadOutParameterExpressions(Expression, IList<Expression>, ParameterExpression, ParameterExpression, Type, ParameterExpression, ILogger)
Declaration
protected abstract void AppendReadOutParameterExpressions(Expression expProperty, IList<Expression> expressions, ParameterExpression expSprocParameters, ParameterExpression expPrm, Type propertyType, ParameterExpression expLogger, ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
System. |
expProperty | |
System. |
expressions | |
System. |
expSprocParameters | |
System. |
expPrm | |
System. |
propertyType | |
System. |
expLogger | |
Microsoft. |
logger |
AppendSetOutParameterExpressions(IList<Expression>, ParameterExpression, ParameterExpression, HashSet<String>, ParameterExpression, ILogger)
Declaration
protected abstract void AppendSetOutParameterExpressions(IList<Expression> expressions, ParameterExpression expSprocParameters, ParameterExpression expIgnoreParameters, HashSet<string> parameterNames, ParameterExpression expLogger, ILogger logger)
Parameters
Type | Name | Description |
---|---|---|
System. |
expressions | |
System. |
expSprocParameters | |
System. |
expIgnoreParameters | |
System. |
parameterNames | |
System. |
expLogger | |
Microsoft. |
logger |
IsValidType(Type)
Declaration
public abstract bool IsValidType(Type candidate)
Parameters
Type | Name | Description |
---|---|---|
System. |
candidate |
Returns
Type | Description |
---|---|
System. |