Comments(SqlConnection, CommentsTables, DataTable) Constructor
Initializes a new instance of the
Comments class
Namespace: Centralpoint.Web.CmsAssembly: Centralpoint.Web (in Centralpoint.Web.dll) Version: 1.0.0.0 (1.0.0.0)
public Comments(
SqlConnection connection,
CommentsTables table,
DataTable dataTable
)
Public Sub New (
connection As SqlConnection,
table As CommentsTables,
dataTable As DataTable
)
Parameters
- connection SqlConnection
-
- table CommentsTables
-
- dataTable DataTable
-