Class Sql.TableFunctionAttribute
Inheritance
System.Object
Sql.TableFunctionAttribute
Assembly: linq2db.dll
Syntax
public class TableFunctionAttribute : MappingAttribute
Constructors
|
Improve this Doc
View Source
TableFunctionAttribute()
Declaration
public TableFunctionAttribute()
|
Improve this Doc
View Source
TableFunctionAttribute(String)
Declaration
public TableFunctionAttribute(string name)
Parameters
Type |
Name |
Description |
System.String |
name |
|
|
Improve this Doc
View Source
TableFunctionAttribute(String, Int32[])
Declaration
public TableFunctionAttribute(string name, params int[] argIndices)
Parameters
Type |
Name |
Description |
System.String |
name |
|
System.Int32[] |
argIndices |
|
|
Improve this Doc
View Source
TableFunctionAttribute(String, String)
Declaration
public TableFunctionAttribute(string configuration, string name)
Parameters
Type |
Name |
Description |
System.String |
configuration |
|
System.String |
name |
|
|
Improve this Doc
View Source
TableFunctionAttribute(String, String, Int32[])
Declaration
public TableFunctionAttribute(string configuration, string name, params int[] argIndices)
Parameters
Type |
Name |
Description |
System.String |
configuration |
|
System.String |
name |
|
System.Int32[] |
argIndices |
|
Properties
|
Improve this Doc
View Source
ArgIndices
Declaration
public int[] ArgIndices { get; set; }
Property Value
Type |
Description |
System.Int32[] |
|
|
Improve this Doc
View Source
Configuration
Declaration
public string? Configuration { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Database
Declaration
public string? Database { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Name
Declaration
public string? Name { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Package
Declaration
public string? Package { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Schema
Declaration
public string? Schema { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
|
Improve this Doc
View Source
Server
Declaration
public string? Server { get; set; }
Property Value
Type |
Description |
System.Nullable<System.String> |
|
Methods
|
Improve this Doc
View Source
GetObjectID()
Declaration
public override string GetObjectID()
Returns
Type |
Description |
System.String |
|
Overrides
|
Improve this Doc
View Source
SetTable<TContext>(TContext, ISqlBuilder, MappingSchema, SqlTable, MethodCallExpression, Func<TContext, Expression, ColumnDescriptor, ISqlExpression>)
Declaration
public virtual void SetTable<TContext>(TContext context, ISqlBuilder sqlBuilder, MappingSchema mappingSchema, SqlTable table, MethodCallExpression methodCall, Func<TContext, Expression, ColumnDescriptor, ISqlExpression> converter)
Parameters
Type Parameters
Name |
Description |
TContext |
|
Extension Methods