FluentLinqToSql.Mappings.ColumnMapping.Expression C# (CSharp) 메소드

Expression() 공개 메소드

Specifies the expression that should be used to calculate the column.
public Expression ( string expression ) : IColumnMapping
expression string The expression that should be used to calculate the column
리턴 IColumnMapping
        public IColumnMapping Expression(string expression)
        {
            return SetAttribute(Constants.Expression, expression);
        }