• Home
  • Tutorials
  • API
  • Change Log
  • Github

    Show / Hide Table of Contents
    • DotNetHelper.ObjectToSql
      • SqlGenerator
    • DotNetHelper.ObjectToSql.Attribute
      • DbTableAttribute
      • SqlColumnAttribute
    • DotNetHelper.ObjectToSql.Enum
      • ActionType
      • DataBaseType
      • OutputType
      • ScriptType
      • SerializableType
      • SqlJoinType
    • DotNetHelper.ObjectToSql.Exceptions
      • EmptyArgumentException
      • MissingKeyAttributeException
    • DotNetHelper.ObjectToSql.Extension
      • DBConnectionExtension
      • MemberWrapperExtension
    • DotNetHelper.ObjectToSql.Helper
      • DbTypeMap
      • SqlSyntaxHelper
    • DotNetHelper.ObjectToSql.Model
      • SqlTable
    • DotNetHelper.ObjectToSql.Services
      • DataTableToSql
      • ObjectToSql

    Class MemberWrapperExtension

    Inheritance
    Object
    MemberWrapperExtension
    Inherited Members
    Object.ToString()
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: DotNetHelper.ObjectToSql.Extension
    Assembly: DotNetHelper.ObjectToSql.dll
    Syntax
    public static class MemberWrapperExtension

    Methods

    | Improve this Doc View Source

    GetNameFromCustomAttributeOrDefault(MemberWrapper)

    Declaration
    public static string GetNameFromCustomAttributeOrDefault(this MemberWrapper member)
    Parameters
    Type Name Description
    DotNetHelper.FastMember.Extension.Models.MemberWrapper member
    Returns
    Type Description
    String
    | Improve this Doc View Source

    IsMemberAnIdentityColumn(MemberWrapper)

    Declaration
    public static bool IsMemberAnIdentityColumn(this MemberWrapper member)
    Parameters
    Type Name Description
    DotNetHelper.FastMember.Extension.Models.MemberWrapper member
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    IsMemberAPrimaryKeyColumn(MemberWrapper)

    Declaration
    public static bool IsMemberAPrimaryKeyColumn(this MemberWrapper member)
    Parameters
    Type Name Description
    DotNetHelper.FastMember.Extension.Models.MemberWrapper member
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    IsMemberASerializableColumn(MemberWrapper)

    Declaration
    public static bool IsMemberASerializableColumn(this MemberWrapper member)
    Parameters
    Type Name Description
    DotNetHelper.FastMember.Extension.Models.MemberWrapper member
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    IsMemberIgnoredForInsertSql(MemberWrapper)

    Declaration
    public static bool IsMemberIgnoredForInsertSql(this MemberWrapper member)
    Parameters
    Type Name Description
    DotNetHelper.FastMember.Extension.Models.MemberWrapper member
    Returns
    Type Description
    Boolean
    | Improve this Doc View Source

    ShouldMemberBeIgnored(MemberWrapper)

    Declaration
    public static bool ShouldMemberBeIgnored(this MemberWrapper member)
    Parameters
    Type Name Description
    DotNetHelper.FastMember.Extension.Models.MemberWrapper member
    Returns
    Type Description
    Boolean
    • Improve this Doc
    • View Source
    Back to top Copyright © 2019 Joseph McNeal Jr