BF2Statistics.Database.QueryBuilder.SqlLiteral.SqlLiteral C# (CSharp) Метод

SqlLiteral() публичный Метод

Creates a new instance of SqlLiteral with the specified value
public SqlLiteral ( string Value )
Value string The Literal value
        public SqlLiteral(string Value)
        {
            this.Value = Value;
        }
SqlLiteral