BuildYourOwnDAL.Metadata.TableAttribute.TableAttribute C# (CSharp) 메소드

TableAttribute() 공개 메소드

public TableAttribute ( string tableName ) : System
tableName string
리턴 System
        public TableAttribute(string tableName)
        {
            TableName = tableName;
        }
TableAttribute